Backing up the EC2

0

We have an EC2 installed running Ubuntu 18-04 LTS - Bionic-Ubuntu for a Python application that is using PostgressSQL database.

Due to the criticality of the application that we are running on this instance, we need to keep a near real time backup of the data, and I would to know your suggestions please.

I have taken few images, but this process needs reboot of the instance which is not practical for us.

ses2
asked 4 years ago219 views
1 Answer
0

Hello,

Using AMI does seems to be the best alternative offered by AWS for creating backups on an instance. You do have the option of selecting "No Reboot" from console or passing --no-reboot from CLI when creating the image:

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html
https://docs.aws.amazon.com/cli/latest/reference/ec2/create-image.html

Regards,
shubh-AWS

AWS
SUPPORT ENGINEER
answered 4 years 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