Is there plan to implement constructs for Service Quota? #22963
-
Right now if I want to request limit increase for any newly deployed AWS resources that are quota-adjustable, my best bet is to implement AwsCustomResource to interact with Service Quota RequestServiceQuotaIncrease API. Is there any plan to provide official Service Quota constructs for quota-adjustable AWS services? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I really hope so. This is the last thing I need to fully automate my deployments! |
Beta Was this translation helpful? Give feedback.
-
There don't seem to be any CloudFormation resources for this. We cannot support this directly without CloudFormation support first, so for now Custom Resources are the best option. Once CloudFormation support drops we will automatically support it as well If you'd like to see this, I recommend creating an issue in the CloudFormation Coverage Roadmap repo. There doesn't seem to be an issue for this yet 🙂 |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
There don't seem to be any CloudFormation resources for this. We cannot support this directly without CloudFormation support first, so for now Custom Resources are the best option. Once CloudFormation support drops we will automatically support it as well
If you'd like to see this, I recommend creating an issue in the CloudFormation Coverage Roadmap repo. There doesn't seem to be an issue for this yet 🙂