Skip to content
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

Add Quota Check During Cluster Deploy #87

Open
rdbatch opened this issue Aug 21, 2019 · 0 comments
Open

Add Quota Check During Cluster Deploy #87

rdbatch opened this issue Aug 21, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@rdbatch
Copy link
Contributor

rdbatch commented Aug 21, 2019

AWS now has a Service Quotas API that allows accessing quotas for a given resource type. https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/servicequotas/AWSServiceQuotas.html#listServices-com.amazonaws.services.servicequotas.model.ListServicesRequest-

Herman cluster deploys should check that there's sufficient quota space to deploy a new fleet of instances before starting the actual deploy, so that users can get quicker feedback that they need to increase a quota rather than waiting for a CloudFormation rollback.

@rdbatch rdbatch added the enhancement New feature or request label Aug 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant