Difference between revisions of "Amazon EBS snapshots"

From wikieduonline
Jump to navigation Jump to search
 
(12 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.
  
Snapshots 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
  
* 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]]
* [[Terraform resource: aws_ebs_snapshot]]
+
* [[AWS Backups]]
* [[aws_dlm_lifecycle_policy]]
+
* [[Terraform resource]]: <code>[[aws_dlm_lifecycle_policy]]</code>
 
* [[AWS EC2 snapshots]]
 
* [[AWS EC2 snapshots]]
 +
* <code>[[aws ec2 create-image]]</code>
  
 
== See also ==
 
== See also ==
 
* {{EBS}}
 
* {{EBS}}
 +
* {{Snapshots}}
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 10:42, 6 September 2023

Advertising: