DNS Failover Routing

0

Hi AWS, I am deploying a Windows Service in Active/Passive approach using CI/CD (GitHub Actions). This is the workflow code URL: https://github.com/arjungoel/WindowsServiceDemo/blob/master/.github/workflows/windows-service-active-passive.yml. The issue which I am experiencing right now is the Windows Service is deployed on both active and passive servers but I want the service to be active on second server (either active or passive) if the first server goes down. I am not sure how to do this and which all AWS services can help me in order to obtain this.

Please guide me step by step if possible as I have never tried this before.

1 Answer
-1
  • I know that there are several documents on AWS website and other blogs in general. My point was in order to deploy a Windows Service there is no domain used then how I can deploy it in Active/Passive manner like a web app.

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