Skip to content

awsiv/asg-az-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asg-az-update

Avoid launching instances in faulty/unwanted Availability Zone

This allows you to blacklist or whitelist AZs for services with provided ASG prefix

Example:

AWS_PROFILE=<profile> python3 asg-az-update.py --services=<asg-prefix> --blacklist-az=us-east-1d --dryrun

What is my AZ?

Run the following to check the mapping:

AWS_PROFILE=<aws-profile> ./aws-az-map.sh us-east-1

Releases

No releases published

Packages

No packages published