-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create cluster after upgrading to 2.2.1 - ERROR: Unable to check AWS Account limits #910
Comments
Hi, Please set |
Ok, the problem is coming from #L403 We do an ec2 dry-instance run to validate the account limits. It tries to use the default VPC as there's no VPC specified in the call. That's failing and we catch it and return that error. For now the workaround is using |
Fixed by #911, |
I'm trying to configure ParallelCluster for the first time, and I try to modify the config file to not do the sanity check, but it keeps setting it back. Is there a way to configure it on initial configuration so that it doesn't do the sanity check? |
Hi @hellmersjl3ds I created a new issue #913 for your last question since it is not strictly related to the AWS account limits check error. |
Environment:
Bug description and how to reproduce:
pcluster create test
pcluster configure
After upgrading to
2.2.1
I am no longer able to create clusters, or even re-run theconfigure
utility without encountering this error:Additional context:
~/.parallelcluster/pcluster-cli.log
:~/.parallelcluster/config
:AWS CLI:
What I've tried:
2.0.0
), this only began happening after the upgrade.AdministratorAccess
I know that with the new release, there was logic added to check AWS Account Limits. Could that be related? I hope I am doing something stupid and this is a quick fix! Please let me know if there's any further context I can provide.
Thanks,
Jack
The text was updated successfully, but these errors were encountered: