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 年前檢視次數 839 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南