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 個月前

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

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

回答問題指南