File tree Expand file tree Collapse file tree
customizations/cloudformation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ class DeployCommand(BasicCommand):
189189 'dest' : 'disable_rollback' ,
190190 'default' : True ,
191191 'help_text' : (
192- 'Rollback all resource changes when the execute-change-set '
192+ 'Roll back all resource changes when the execute-change-set '
193193 'operation fails.'
194194 )
195195 },
Original file line number Diff line number Diff line change 11Following command deploys template named ``template.json `` to a stack named
22``my-new-stack ``::
33
4- aws cloudformation deploy --template-file /path_to_template/template.json --stack-name my-new-stack --parameter-overrides Key1=Value1 Key2=Value2 --tags Key1=Value1 Key2=Value2
54
6- Following command deploys template named ``template.json `` to a stack named
7- ``my-new-stack ``. If an error is encountered, the deploy stops and a rollback is not triggered::
5+ aws cloudformation deploy --template-file /path_to_template/template.json --stack-name my-new-stack --parameter-overrides Key1=Value1 Key2=Value2 --tags Key1=Value1 Key2=Value2
86
9- aws cloudformation deploy --template-file /path_to_template/template.json --stack-name my-new-stack --disable-rollback
You can’t perform that action at this time.
0 commit comments