You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2023. It is now read-only.
Problem
CloudFormation (CFn) has a limitation that when the AWS resource name is hard-coded, instead of letting CFn auto-generate, the updating the template and making change via changeset can fail as in https://aws.amazon.com/premiumsupport/knowledge-center/cloudformation-custom-name/.
While working on Netflix/metaflow#251, added p2/p3 instances to the CFn template and re-run the change set failed due to the limitation.
Request
Please consider letting CFn auto-generate the AWS resource names.