Using Console
Using CLI
<autoscaling-group-name>
with the actual name of the Autoscaling Group:
Using Python
describe_auto_scaling_groups
method to get a list of all Autoscaling Groups in your AWS account.remediate_health_checks.py
) and run it using Python. Make sure your AWS credentials are properly configured on your system.