Ensure that your Amazon Auto Scaling Groups (ASGs) are configured to send email notifications whenever a scaling event, such as launching or terminating an EC2 instance, occurs. Once that activity notifications are enabled, the Amazon SNS topic associated with the ASG will send scaling events notifications to the email address that you specified during setup.
This rule can help you work with the AWS Well-Architected Framework.
This rule resolution is part of the Conformity Security & Compliance tool for AWS.
Auto Scaling Group activity notifications can increase the reliability and availability of the applications deployed within your auto-scaling environments by allowing you to act fast and mitigate scaling issues such as failed instance launches.
Audit
To determine if activity notifications are enabled for your Auto Scaling Groups (ASGs), perform the following operations:
Remediation / Resolution
To configure your Auto Scaling Groups (ASGs) in order to send scaling event notifications via email, perform the following actions:
References
- AWS Documentation
- Auto Scaling Groups
- Get Amazon SNS notifications when your Auto Scaling group scales
- AWS Command Line Interface (CLI) Documentation
- describe-notification-configurations
- put-notification-configuration
- sns
- create-topic
- subscribe
- confirm-subscription