Does AWS Backup guarantees No Reboot to EC2 instances?

0

Hi AWS,

I would like to use AWS Backup Service to backup my EC2 instances. However, does AWS Backup Service reboot my EC2 instances? I hope it does not.

Previously, I am using lambda function to automatically create AMI images. I had this "NoReboot=True" flag in my create_image function.

Hence, does AWS Backup guarantees No Reboot to EC2 instances? My EC2 instance cannot afford to have a downtime.

Quan95
feita há 3 anos928 visualizações
1 Resposta
0

Hi,

AWS Backup does not reboot EC2 instances at any time. When backup calls CreateImage API, NoReboot=True parameter would be passed by default, so EC2 doesn't shut down the instance before creating the image.

https://docs.aws.amazon.com/aws-backup/latest/devguide/working-with-other-services.html#working-with-ec2

Regards,
Pavithra

AWS
respondido há 3 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas