How to point subdomain in AWS Route 53 under DNS management

35 Views Asked by At

I have one public domain in AWS name is cloud.in there is a CNAME record in which the Value i need to change or point to another subdomain.

here is the screenshot of CNAME record hosted in route53 AWS

DNS Record details

Here is some information on domains

Old subdomain register in aws route53 :- test.cloud.in (main domain is cloud.in)
new subdomain register in godaddy     :- webui.cloud.in (main domain is cloud.in)
Live domain should point from webui.cloud.in to test.cloud.in same in CNAME record existing one in AWS route53

so when someone or customer hit test.cloud.in it should point to webui.cloud.in

Because test.cloud.in used in Route53 AWS and webui.cloud.in used or configure in GKE cluster

please let me know how can i do that And i try to add ip address in webui.cloud.in CNAME record of under value test.cloud.in but its not working

And we are not using any cloudfront service in AWS

0

There are 0 best solutions below