Route53 Active Passive Failover

0

Hi AWS, I have a .NET Windows service and web app running on EC2 Windows server. I have to deploy them in active passive failover mode such that if one server goes down the web app and service will actively run on the other server avoiding downtime. I have implemented CI/CD pipeline for the Windows Service application but the issue is instead of running on one server at a time it is running on both the servers which is not appropriate as per my requirements.

I know that I need to update the URL in order to access the web app URL but I am not sure what to do and how to do. This is the follow up question for the issue I raised a couple of days back https://repost.aws/questions/QUN4ajf-bNQFCpAzkCW1m46A/deploy-a-ci-cd-pipeline-with-dns-failover-active-passive

Can someone from Route53 or AWS team will help me on this?

1 回答
0

I think it is possible to create an active-passive configuration using Route53.
By setting a failover routing policy, it is possible to configure the application to be routed to the secondary application when the primary application becomes unavailable.
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-types.html

profile picture
专家
已回答 5 个月前

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

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

回答问题的准则