Using Console
Using CLI
<stack-name>
with the name of the stack that contains the misconfigured resource. Replace <path/to/template>
with the path to the updated CloudFormation template.The stack update may take some time to complete, depending on the number of resources and the complexity of the changes. Once the update is complete, the misconfiguration should be remediated.Using Python
boto3
library. You can use the create_stack()
method to create a new stack, or the update_stack()
method to update an existing stack.
describe_stack_resources()
method in boto3
.