Taking EC2 Snapshots

0

When creating an EC2 instance, is it a default part of the setup that a snapshot will be taken of all the EBS volumes attached to the instance? A snapshot was taken of the volumes of one of my EC2 instances, and I didn't manually take this snapshot.

已提问 1 年前267 查看次数
1 回答
0

When you launch an EC2 instance snapshots are not automated by default. It is your data and one of the components of the shared responsibility model puts the decisions of data retention for non managed services with the customer. It's your data and you decide it's residency and backup frequency.

Complete instance backups for instances with multiple EBS volumes can be automated through AWS Backup. Volume Snapshots can also be automated through Amazon Data Lifecycle Manager. You can define backup and retention schedules for EBS snapshots by creating lifecycle policies based on tags defined for volumes.

Regularly back up your EBS volumes using Amazon EBS snapshots, to create an Amazon Machine Image (AMI) from your instance to save the configuration as a template for launching future instances.

You can also create an AMI and manual snapshot of all of the volume of an instance from the EC2 console of an instance. Select the instance. Navigate to Image and Templates --> Create Image (Illustrated in the attached image)

Enter image description here

profile pictureAWS
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则