aws-parallelcluster: Unable to launch cluster- on-demand capacity exceeded

Environment:

  • AWS ParallelCluster [ aws-parallelcluster-2.4.0]
  • OS: [ubuntu1604]
  • Scheduler: [slurm]
  • Master instance type: [t2.micor]
  • Compute instance type: [m5a.24xlarge]
  • initial_queue_size = 36
  • max_queue_size = 36
  • maintain_initial_size = true

Bug description and how to reproduce: With the setting above on my configuration file, I get the error:

$ pcluster create -c pcluster.config aws-slurm-cluster
Beginning cluster creation for cluster: aws-slurm-cluster
ERROR: The configured max size parameter 36 exceeds the On-Demand capacity on AWS.
Insufficient capacity.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 25 (11 by maintainers)

Most upvoted comments

Wow! It worked!

I just refreshed that table, and it nicely shows the 100 instances launched. Also, checking the command line confirms that everything is as intended:

$ pcluster list
aws-slurm-cluster  CREATE_COMPLETE  2.4.0
$
$ pcluster status aws-slurm-cluster
Status: CREATE_COMPLETE
MasterServer: RUNNING
MasterPublicIP: 3.220.80.129
ClusterUser: ubuntu
MasterPrivateIP: 172.31.27.132

Thank you for your patience on this one! It seems that all was needed all along was to actually give it some time. Your hint was right on spot.

Thank you again. I will now close this issue.