user846445
user846445

Reputation: 179

AWS route53 to GCP load balancing

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.

Upvotes: 2

Views: 898

Answers (1)

John Hanley
John Hanley

Reputation: 81444

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

Upvotes: 2

Related Questions