AWS Instance replication to another AZ for quick recovery

0

Our customer have critical server in one AZ. its not database server. They are doing backup but that way recovery is very time taking. and unfortunately there is not load balancing technique we can use across multiple instance neither NLB we can use.

Is there anything like full instance replication to different AZ so that incase our primary instance goes down, we can bring up our instance in other zone quickly. 10-15 mins data loss is agreeable.

They had this feature in Hyper-V DR VM replication.

Okay that elastic IP is there, which can be easily mapped to different instance in different AZ, but can the subnet be moved as well to different AZ so that we can eventually bring same server up with same IP from different AZ (support we have only this server in that subnet)

Shahid
質問済み 4年前819ビュー
1回答
0
承認された回答

Hello Shahid,

AWS does not offer a replication solution for EC2 instances. However, I would suggest you to automate the AMI [1] and or the the EBS Snapshot [2] creation.
Also it is possible to copy your AMI from one AWS Region to another [3].

Furthermore, for the best availability and durability of your data I also suggest you to look at the FSx solution. With FSx you can create a Multi-AZ file system, which provides redundancy across multiple AZs. In this way you will not keep any data locally to the server and even if the instance goes down your data will still be accessible from any other instance.

Thank you,
VasosAWS

References:
[1] https://aws.amazon.com/premiumsupport/knowledge-center/ec2-systems-manager-ami-automation/
[2] https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/TakeScheduledSnapshot.html
[3] https://aws.amazon.com/premiumsupport/knowledge-center/copy-ami-region/
[4] https://aws.amazon.com/fsx/

回答済み 4年前

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

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

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

関連するコンテンツ