💾 Archived View for cfdocs.wetterberg.nu › stacksets-update.gemini captured on 2024-05-12 at 18:04:04. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

Update your stack set

Search

You can update your stack set in either the AWS Management Console, or by using AWS CloudFormation commands in the AWS CLI. In this walkthrough, we are changing the default snapshot delivery frequency for delivery channel configuration from *24hours* to *12hours*.

To override parameter values for specific stack *instances*, see Override parameters on stack instances.

Override parameters on stack instances

Update your stack set using the AWS CloudFormation console

https://console.aws.amazon.com/cloudformation

Create a stack set

Setting up AWS Config with the console

Using cost allocation tags

Acknowledging IAM resources in AWS CloudFormation templates

Update your stack set using the AWS CLI

Run the `update-stack-set` AWS CLI command to make changes to your stack set. In this walkthrough, we are updating the value of the `MaximumExecutionFrequency` parameter. For more information about the parameter names and values for creating or updating an AWS Config rule, see put\-config\-rule in the AWS CLI reference. To change template parameter values, add the `--parameters` parameter. For more information about what you can specify as a value for `--parameters`, see Parameter in the AWS CloudFormation API Reference, and http://docs.aws.amazon.com/cli/latest/reference/cloudformation/update-stack.html in the *AWS CLI Command Reference*.

put-config-rule

Parameter

http://docs.aws.amazon.com/cli/latest/reference/cloudformation/update-stack.html

In the example command shown here, we are updating the stack set by using `--parameters`; specifically, we change the default snapshot delivery frequency for delivery channel configuration from *TwentyFour\_Hours* to *Twelve\_Hours*. Because we are still using the current template, we add the `--use-previous-template` parameter.