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 年前818 查看次数
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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则