Hi @ivanychev, Based on the provided information, if you want to avoid mounting the 150G EBS drive to a node with the local disk, you can set ebs_volume_count
it to 0 in the Clusters API when creating the cluster. Another option could be manually detaching the EBS volume from the instance after creating the cluster.
You can do this by following these steps:
1. Go to the EC2 console in the AWS Management Console.
2. Find the instance that the EBS volume is attached.
3. Select the EBS volume that you want to detach.
4. Choose Actions, and then choose Detach Volume.
5. Confirm that you want to detach the volume.
Please note that detaching the EBS volume may cause data loss if any data is stored on the volume. Therefore, it is recommended to take a data backup before detaching the volume.