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
質問済み 4年前220ビュー
1回答
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
サポートエンジニア
回答済み 4年前

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

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

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

関連するコンテンツ