Created
April 6, 2017 10:21
-
-
Save abhinavkorpal/323c0224a70cf9736bfd77515d17b242 to your computer and use it in GitHub Desktop.
AWS RDS Snapshot from command line
This file contains hidden or 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
| aws rds create-db-snapshot --db-instance-identifier pluraldemo --db-snapshot-identifier (snapshot_name) | |
| aws rds restore-db-instance-from-db-snapshot --db-instance-identifier pluraldemo (snapshot_name) --db-snapshot-identifier (snapshot_name) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment