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
已提問 3 年前檢視次數 923 次
1 個回答
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
已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南