Florian Heinle
2 years
Claus-Theodor Riegg
3 years
Claus-Theodor Riegg
3 years
Andreas Vöst
3 years
Claus-Theodor Riegg
8 years

HowTo: enable DeletionProtection for all RDS instances via aws cli and jq

Posted Over 4 years ago. Visible to the public.
aws rds describe-db-instances | jq '.[][] | select(.DeletionProtection == false) | .DBInstanceIdentifier' | xargs -L1 -t aws rds modify-db-instance --deletion-protection --db-instance-identifier
Claus-Theodor Riegg
Keywords
termination, protection
Tags
License
Source code in this card is licensed under the MIT License.