2

I have a DNS record created in AWS. For example let's say xyz.com. I have a service running in gcp exposed through a load balancer. Now I want to use aws dns to route traffic to GCP LB. SO I created an alias record in AWS as "demo.xyz.com" and pointed to the ip of gcp load balancer. Still it does not work. Am i missing anything here. Need your help.

user846445
  • 221
  • 1
  • 3
  • 14

1 Answers1

1

Do not use a Route 53 ALIAS record. Use an A resource record specifying the IP address of the Google HTTP(S) Load Balancer.

John Hanley
  • 74,467
  • 6
  • 95
  • 159