Created
February 11, 2022 13:29
-
-
Save mercuriete/05c1d240e0ec93acd92cfaf949492d4d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
aws rds create-db-snapshot --db-instance-identifier db --db-snapshot-identifier snapshot | |
aws rds wait db-snapshot-completed --db-snapshot-identifier snapshot | |
aws rds delete-db-snapshot --db-snapshot-identifier snapshot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment