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.

posta un anno fa267 visualizzazioni
1 Risposta
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
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande