[aws] autoscale control

# AutoScaling Process Enable

aws –profile hong –region us-east-1 autoscaling resume-processes –auto-scaling-group-name web-server

 

# AutoScaling Process Disable

aws –profile hong –region us-east-1 autoscaling suspend-processes –auto-scaling-group-name web-server

 

 

# Group Name Query

aws –profile test –region ap-northeast-2 –output json autoscaling describe-tags –query ‘Tags[?Key==`Name`].Value’

 

 

글쓴이