Difference between revisions of "Aws rds create-db-snapshot"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | <code>aws rds create-db-snapshot</code> | + | <code>aws rds create-db-snapshot</code> creates a snapshot of a DB instance. The source DB instance must be in the <code>[[available]] or <code>[[storage-optimization]]</code> state. |
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/create-db-snapshot.html | * https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/create-db-snapshot.html | ||
Revision as of 06:10, 2 August 2022
aws rds create-db-snapshot
creates a snapshot of a DB instance. The source DB instance must be in the available or
storage-optimization
state.
aws rds create-db-snapshot \
--db-instance-identifier database-mysql \
--db-snapshot-identifier mydbsnapshot
Related
See also
- AWS RDS Snapshots:
aws rds [ create-db-snapshot | create-db-cluster-snapshot | describe-db-cluster-snapshots | restore-db-instance-from-db-snapshot | delete-db-snapshot ]
- AWS RDS:
AWS::RDS
, aws rds
[ create-db-instance | create-db-instance-read-replica
| describe-db-instances
| modify-db-instance | modify-db-cluster | create-db-subnet-group
| delete-db-instance
| create-db-snapshot | aws rds create-db-parameter-group
], AllocatedStorage, FreeStorageSpace
- Snapshot,
mysqldump, mariabackup, mongodump, aws ebs start-snapshot, aws rds create-db-snapshot, aws rds restore-db-cluster-from-snapshot, aws rds promote-read-replica, aws rds promote-read-replica-db-cluster
, Elasticsearch snapshots, Kubernetes Volume Group Snapshots API, EC2 snapshots, lvcreate --snapshot
Advertising: