DataDog / datadog-cloudformation-macro

CloudFormation Macros by Datadog
Apache License 2.0
14 stars 22 forks source link

Use change set to deploy changes after new release #8

Closed hannah-sun closed 4 years ago

hannah-sun commented 4 years ago

What does this PR do?

Motivation

The update-stack cli method does not create a change set for the CloudFormation stack, so customers will not be able to get the changes we've made in new releases based on the current instructions. To make sure changes are deployed, users will need to create and execute a change set instead.

Testing Guidelines

Used scripts ./tools/create_test_stack.sh and ./tools/update_test_stack.sh to test new method of updating with change sets.

Types of changes

hannah-sun commented 4 years ago

Turns out update-stack works to make resource changes, but just doesn't provide change sets to preview changes, closing this now