Auto failover between zonal VPCEndpoints

0

I own SaaS service on AWS. I've created service endpoint using AWS privateLink. I want to recommend consumers to create 1+ Interface endpoints in subnets that span 1+ AZs to support High Availability for their applications.

The generated regional DNS will resolve to the IPs of those two VPCEndpoints. If one AZ is down and hence the local VPCEndpoint. How can applications running from other AZs still connect to my service via the remaining VPCEndpoint?

We tried mucking with Route53 health checks and failover but it seems it only work with EC2 instances only...?!

I get that I can configure the application to use Zonal endpoints. But failover requires application update to point to the other standing zonal endpoint.

gefragt vor einem Jahr320 Aufrufe
1 Antwort
0

The regional DNS name provided for each PrivateLink endpoint will automatically load balance between health ENIs in the endpoint (through round-robin DNS resolution). It does health checking to ensure only health ENIs are returned. If you are using the zonal hostname, you will need to add in logic into the application for failover.

profile pictureAWS
beantwortet vor einem Jahr
profile pictureAWS
EXPERTE
überprüft vor einem Jahr

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