Usecase Universe

A collective of use cases for DevOps teams

Browse a variety of 300+ predefined templates to automate all your AWS actions

Create Template
Solutions
All Categories

AWS Auto Scaling

24 Times Used
22 MAY 2019
AutoScaling Groups
None
AWS Auto Scaling

AutoScaling Groups (Inventory)

Orphaned Ec2 Instances
Operational Excellence
Operational Excellence
EC2
AWS Auto Scaling

Sends a report of ec2 instances which are not launched using AWS autoscaling group

Send report of AWS ASG which does not have multiple AZ
AWS Auto Scaling
AWS Best Practices
AWS Best Practices

Notifies that whether your Amazon Auto Scaling Groups (ASGs) span across multiple Availability Zones (AZs) within an AWS region. This is AWS best practice to expand the availability of your auto-scaled applications. When hosting your AWS ASGs within a multi-AZ environment, if one AZ becomes unhealthy or unavailable, the Auto Scaling Group launches new EC2 instances in an unaffected Availability Zone, enhancing the availability and reliability of the ASG.

Auto Scaling Group Automation
Automation
AWS Auto Scaling

Automate the updation of launch templates for the ASG. The tagged Instance will be used to create the image, update the launch template and finally update the ASG.

Auto Scaling Group Automation
AWS Auto Scaling
Automation

Automate the updation of launch templates for the Auto Scaling Group. The Instance that is tagged will be used to create an image which will be used to update the launch template, and then update the Auto Scaling Group.

Auto Scaling Group Instance Health Check
AWS Best Practices
AWS Auto Scaling
AWS Best Practices

Ensure your AWS Auto Scaling Group (ASG) health check feature is properly configured to detect whether its registered EC2 instances are healthy or not.

Identify Auto Scaling Groups without CoolDown Periods
AWS Auto Scaling
Operational Excellence
Operational Excellence

Identify Auto Scaling Groups that are not using appropriate cooldown periods, every hour. This helps you to ensure that one scaling event is not initiated before the effects of another are evident.

AutoScalingGroup Health Check Feature
AWS Auto Scaling
AWS Best Practices
AWS Best Practices

Notifies about AWS Auto Scaling Group (ASG) health check feature is properly configured. By using the right health check configuration for your Auto Scaling Groups, you can increase the reliability and availability of the applications deployed within these groups. If an AWS Elastic Load Balancer (ELB) is being used make sure that the ELB health check is enabled and If an Elastic Load Balancer is not being used within your ASG make sure that the EC2 health check is enabled

Auto Scaling Groups without Integrated Elastic Load Balancers
AWS Auto Scaling
AWS Best Practices
AWS Best Practices

Checks whether Auto Scaling Groups have Elastic Load Balancers associated with them. In the case of a failure of any of the EC2 resources, the presence of Elastic Load Balancers will ensure availability. Runs every Monday, Wednesday and Friday.

Remove Empty AutoScaling groups.
AWS Auto Scaling
Cost Saving
Cost Saving

It is AWS best practice to identify an empty autoscaling group available in your AWS account and delete them in order to avoid unneeded cost and better management of AWS resources. Autoscaling group is considered as empty when it doesn't have any EC2 instances attached and is not associated with an Elastic Load Balancer (ELB).