Using Console
Using CLI
<stack-name>
with the name of the stack that needs to be remediated and <notification-arn>
with the Amazon Resource Name (ARN) of the SNS topic that will be used to receive notifications.Using Python
boto3
and botocore
.boto3
module.describe_stacks()
method.NotificationARNs
attribute is present. If not, add it using the update_stack()
method.arn:aws:sns:us-east-1:123456789012:my-topic
value with the ARN of the SNS topic you want to use for notifications.