aws / aws-proton-public-roadmap

This is the public roadmap for AWS Proton
https://aws.amazon.com/proton
Other
199 stars 13 forks source link

[Bug]: Stuck environment after CloudFormation rollback #46

Closed viniciuschiele closed 3 years ago

viniciuschiele commented 3 years ago

Community Note

Tell us about your request It seems a bug, I applied a new template version to my environment but this template had an issue, the CloudFormation stack rolled back and its last status was UPDATE_ROLLBACK_COMPLETE. After that, Proton didn't allow me to apply new template versions to my environment.

The issue in my template was an Fn::ImportValue with an invalid export name. eg: Fn::ImportValue: export-not-found

Are you currently working around this issue? I had to delete the environment and start over.