Read more

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

Claus-Theodor Riegg
January 13, 2020Software engineer at makandra GmbH
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
Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot
Posted by Claus-Theodor Riegg to makandra Operations (2020-01-13 13:14)