add --disable-rollback to aws cloudformation deploy#6453
add --disable-rollback to aws cloudformation deploy#6453stealthycoin merged 4 commits intoaws:developfrom
aws cloudformation deploy#6453Conversation
|
This is untested locally. I need to look into what it takes to use my local branch in a venv or something rather than the aws cli I already have installed. Will comment back when I've run this locally and tested a few invocations with |
aws cloudformation deployaws cloudformation deploy
|
Edit: I was testing this in |
|
How I've tested this within an AWS account in
This seems to be working as I expect. I have updated unit tests in the code and tested manually within an account. This change is ready to be reviewed and merged. Please let me know if any updates are needed to these changes. |
|
Anything I can do to get some attention on this? |
|
Hi @atheiman, Checked your end to end test results and all look good. I left some comments on your commit, no major concern but mostly comments related with customer-facing doc updates. For some of them I will come back tomorrow with update after discussing internally with my team. Thanks ! |
ad6e728 to
9ecba5f
Compare
|
@SeveroeHe - I believe I have implemented or replied to all your suggestions. Local testing still working as I expect. If you have other comments, can you leave them on the Thanks for reviewing! Let me know what else is needed |
| 'dest': 'disable_rollback', | ||
| 'default': True, | ||
| 'help_text': ( | ||
| 'Rollback all resource changes when the execute-change-set ' |
There was a problem hiding this comment.
Please rephrase it to below, use roll back instead of rollback:
Roll back all resource changes when the execute-change-set operation fails.
|
Discussed with our doc writer and our PM, there are two more changes we want to make, besides all good. |
350b7ec to
ae62b4a
Compare
|
@SeveroeHe updated, let me know if any other changes are needed or if i missed anything. Thanks! |
nateprewitt
left a comment
There was a problem hiding this comment.
Just a few comments/questions.
|
bleh, looks like unit tests broke last time I was making changes as well. I will get the tests fixed up and respond to the comments here. |
|
Fixed tests locally, thanks for approving the CI workflow. I replied to the only outstanding conversation i see about using both |
Codecov Report
@@ Coverage Diff @@
## develop #6453 +/- ##
========================================
Coverage 92.85% 92.85%
========================================
Files 204 204
Lines 16298 16298
========================================
Hits 15133 15133
Misses 1165 1165
Continue to review full report at Codecov.
|
|
As far as I can tell, all conversations are resolved. @nateprewitt @SeveroeHe let me know if more is needed from me. Thanks! |
|
@nateprewitt @SeveroeHe is this ready to merge? Anything needed from me? |
|
@nateprewitt @SeveroeHe can we get this merged in? Anything else needed from me? |
649a3b9 to
365a789
Compare
Issue #, if available: #3712
Description of changes: add --disable-rollback to
aws cloudformation deploy. This option already exists onaws cloudformation create-stack,update-stack, andexecute-change-set.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.