Monthly Archives For November 2019

AWS CLI

, , Comment Closed

Find Old Snapshots aws ec2 describe-snapshots –region us-east-1 –profile profile –query ‘Snapshots[?StartTime<=`2019-03-01`]’ Retrieve Windows Password aws ec2 get-password-data –instance-id $instance –profile profile –priv-launch-key ~/Desktop/my.pem Refresh an Auto Scaling Group aws autoscaling start-instance-refresh –auto-scaling-group-name my-asg –profile…

Read Post →