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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ