-
Notifications
You must be signed in to change notification settings - Fork 820
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
Error : Limit on the number of resources in a single stack operation exceeded, IsCustomResource: true #13491
Comments
Hey @yashBrahma, thank you for reaching. From the error it appears are you running into a CloudFormation resources limit of 500. |
Hi @ykethan, currently we are doing the same as you have suggested. But in the long run, this will not work for us. Is there any way that we put resources into a nested stack? as suggested in this This is costing our time. I tried adding a nested stack in cdk-stack but resources added in a nested stack were not generated in cloudFormation template file. "Resources": { |
@yashBrahma reached out to the team on this, unfortunately the limit on the update stack operation would apply on the entire stack tree and not just on a single stack. |
Thankyou but this is definitely NOT scalable solution, any other recommendations ? @kaustavghosh06 |
Closing the issue due to inactivity, please refer to #13536 providing additional information on this issue. |
|
How did you install the Amplify CLI?
No response
If applicable, what version of Node.js are you using?
No response
Amplify CLI Version
12.0.3
What operating system are you using?
Mac
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No manual changes made
Describe the bug
Limit on the number of resources in a single stack operation exceeded, IsCustomResource: true
We have 8 custom resources each resource does not exceed more than 500. Whenever we add a new env and push we get the above error.
But if we are not getting this error in the current working environment. When we try creating a new env we get this error
Expected behavior
Push without an error
Reproduction steps
Add custom resources at least 10 each as 300 resources in it. and push
Project Identifier
No response
Log output
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: