Difference between revisions of "AWS RDS Snapshots"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
[[Terraform]] | [[Terraform]] | ||
* [[aws_db_cluster_snapshot]] | * [[aws_db_cluster_snapshot]] | ||
− | * [[aws_db_snapshot]] | + | * <code>[[aws_db_snapshot]]</code> |
* [[aws_db_snapshot_copy]] | * [[aws_db_snapshot_copy]] | ||
Latest revision as of 12:40, 11 July 2023
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateSnapshot.html
aws rds create-db-snapshot
aws rds create-db-cluster-snapshot
aws rds copy-db-cluster-snapshot
aws rds copy-db-snapshot
aws rds describe-db-cluster-snapshots
aws rds restore-db-instance-from-db-snapshot
aws rds restore-db-cluster-from-snapshot
aws rds delete-db-snapshot
Manual snapshots aren't subject to the backup retention period. Snapshots don't expire.
Activities[edit]
- Read https://stackoverflow.com/search?tab=votes&q=%5bamazon-rds%5d%20snapshot
- Read https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_RestoreFromSnapshot.html
Related[edit]
See also[edit]
Advertising: