Difference between revisions of "Amazon EBS snapshots"
Jump to navigation
Jump to search
↑ https://aws.amazon.com/about-aws/whats-new/2012/12/17/announcing-ebs-snapshot-copy/
↑ https://aws.amazon.com/about-aws/whats-new/2018/07/introducing-amazon-data-lifecycle-manager-for-ebs-snapshots/
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | Amazon EBS snapshots ([[AWS timeline|Dec 2012]])<ref>https://aws.amazon.com/about-aws/whats-new/2012/12/17/announcing-ebs-snapshot-copy/</ref> are [[incremental]] backups, which means that only the blocks on the device that have changed after your most recent snapshot are saved. | ||
− | + | * https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSSnapshots.html | |
− | * | + | == CLI == |
+ | * <code>[[aws ebs start-snapshot]]</code> | ||
+ | == Terraform == | ||
+ | * [[Terraform resource]]: <code>[[Terraform resource: aws_ebs_snapshot|aws_ebs_snapshot]]</code> | ||
+ | * [[Terraform data source]]: <code>[[Terraform data source: aws_ebs_snapshot|aws_ebs_snapshot]]</code> | ||
== Timeline == | == Timeline == | ||
Line 10: | Line 15: | ||
== Related == | == Related == | ||
* [[Amazon Data Lifecycle Manager]] | * [[Amazon Data Lifecycle Manager]] | ||
+ | * [[AWS Backups]] | ||
* [[Terraform resource]]: <code>[[aws_dlm_lifecycle_policy]]</code> | * [[Terraform resource]]: <code>[[aws_dlm_lifecycle_policy]]</code> | ||
* [[AWS EC2 snapshots]] | * [[AWS EC2 snapshots]] | ||
* <code>[[aws ec2 create-image]]</code> | * <code>[[aws ec2 create-image]]</code> | ||
− | |||
== See also == | == See also == |
Latest revision as of 10:42, 6 September 2023
Amazon EBS snapshots (Dec 2012)[1] are incremental backups, which means that only the blocks on the device that have changed after your most recent snapshot are saved.
Contents
CLI[edit]
Terraform[edit]
Timeline[edit]
Related[edit]
- Amazon Data Lifecycle Manager
- AWS Backups
- Terraform resource:
aws_dlm_lifecycle_policy
- AWS EC2 snapshots
aws ec2 create-image
See also[edit]
- EBS, EBS Snapshots (archive),
aws ebs
,io1, io2, gp2, gp3, st1, sc1
,aws_ebs_snapshot, aws_dlm_lifecycle_policy
- 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: