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.

preguntada hace un año266 visualizaciones
1 Respuesta
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
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas