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 Answer
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
answered a year ago
profile picture
EXPERT
reviewed a year ago
profile pictureAWS
EXPERT
kentrad
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions