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

Improve cloudformation stacks lifecycle #109

Open
cnfait opened this issue Jan 11, 2023 · 0 comments
Open

Improve cloudformation stacks lifecycle #109

cnfait opened this issue Jan 11, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@cnfait
Copy link
Contributor

cnfait commented Jan 11, 2023

Describe the bug
An error occurred (ValidationError) when calling the UpdateStack operation: Stack:arn:aws:cloudformation:x:x:stack/sdlf-foundations/xxx is in ROLLBACK_FAILED state and can not be updated.

In sdlf-foundations if for some reason a stack is in the ROLLBACK_FAILED state it will fail to update. This is expected but the deploy.sh script will still move forward and exit successfully - which is not ideal.

Additional context
It might be best to let CodePipeline handle the entire CloudFormation workflow and be less reliant on aws cli calls in shell scripts.

@cnfait cnfait added the bug Something isn't working label Jan 11, 2023
@cnfait cnfait added this to the 1.4.0 milestone Jan 11, 2023
@cnfait cnfait self-assigned this Jan 11, 2023
@cnfait cnfait moved this to 📋 Backlog in SDLF Roadmap Jan 11, 2023
@cnfait cnfait removed this from the 1.4.0 milestone Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant