Pipeline Drift












Last updated
aws rds modify-db-snapshot-attribute \
--db-snapshot-identifier legacy-app-db-snapshot \
--attribute-name restore \
--values-to-add [REDACTED] --region us-west-2 --profile pipeline2aws rds copy-db-snapshot \
--source-db-snapshot-identifier arn:aws:rds:us-west-2:507880288605:snapshot:legacy-app-db-snapshot \
--target-db-snapshot-identifier my-restored-copy \
--region us-west-2aws rds restore-db-instance-from-db-snapshot \
--db-instance-identifier my-restored-db \
--db-snapshot-identifier my-restored-copy \
--db-instance-class db.t3.micro \
--publicly-accessible \
--region us-west-2