Abandoned AWS EC2 and RDS instance.

0

My Boss reached out regarding some charges on his credit card regarding some AWS charges. Upon further investigation and gaining access to the AWS console, it appears that he had worked with a contractor to host a website which resulted in creating an EC2 instance and an RDS volume, according to the billing.

My question is, what is the best way to create a backup of these services and then store them in a much less expensive service like S3 or glacier?

1 回答
2

If you have an EC2 Instance and and RDS instance the best way to save a backup is by taking an Snapshot, you can take and RDS snapshot from which you could recreate the RDS instance whenever you need. The same goes for the EC2, although for the EC2 I would recommend taking an Image (AMI) which creates automatically the EBS snapshots for the storage.

After the AMI is created and the RDS snapshot finished you can proceed to delete the original resources.

Hope this helps.

profile picture
Higher
已回答 1 年前
profile picture
专家
已审核 1 年前
profile pictureAWS
专家
kentrad
已审核 1 年前

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

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

回答问题的准则