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 Antwort
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
EXPERTE
beantwortet vor 5 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen