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

Add description to created change-sets #11

Open
bittrance opened this issue Jan 8, 2018 · 0 comments
Open

Add description to created change-sets #11

bittrance opened this issue Jan 8, 2018 · 0 comments

Comments

@bittrance
Copy link
Collaborator

Problem: when I get "Stack operation already in progress" I don't know what to do. It would be useful to get some additional info, e.g. who is performing the update and when it was started. While we can't force AWS to provide this via the UI, at least we can make sure Cuffsert is a good citizen and adds some info.

Solution: When creating a change-set, we should call STS get-caller-identity so we can add the ARN to a change-set description identifying the calling user. Similarly, we should present some details about the change-set that is blocking an update rather than just say "Stack operation already in progress". In order for this not to slow down operation, we should probably request list-change-sets in parallel to describe-stacks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant