26
loading...
This website collects cookies to deliver better user experience
aws cloudformation continue-update-rollback \
--stack-name STACK_NAME \
--resources-to-skip LIST_OF_RESOURCES
aws cloudformation continue-update-rollback \
--stack-name eazido-app-stack \
--resources-to-skip CustomerApi PaymentApi
aws cloudformation get-template --stack-name STACK_NAME
Under "Stack Actions" select "Create change set for current stack". You should see a page like this
Click on "Replace current template", select a template source (local or s3) based on where you saved the edited template.
Review the change set and Execute. This is will starts updating the AWS cloud formation stack and you can see the progress on the event tab.
aws cloudformation update-stack --stack-name STACK_NAME --template-url https://s3.amazonaws.com/sample/updated_template.template