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 Answer
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
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions