Claus-Theodor Riegg
6 years
Claus-Theodor Riegg
7 years
Claus-Theodor Riegg
7 years
Claus-Theodor Riegg
7 years
Claus-Theodor Riegg
7 years
Claus-Theodor Riegg
8 years
Claus-Theodor Riegg
8 years
Claus-Theodor Riegg
8 years

HowTo: enable termination protection for all EC2 instances not in autoscaling groups via aws cli

Posted Over 4 years ago. Visible to the public.
aws ec2 describe-instances --output text --query 'Reservations[].Instances[?!not_null(Tags[?Key == `aws:autoscaling:groupName`].Value)] | [].[InstanceId]' | xargs -L1 -t aws ec2 modify-instance-attribute --disable-api-termination --instance-id
Claus-Theodor Riegg
Keywords
disable-api-termination, api, termination
Tags
License
Source code in this card is licensed under the MIT License.