Home > OS >  Can we add more than one domain name to a single IP in Route 53 (Aws)
Can we add more than one domain name to a single IP in Route 53 (Aws)

Time:10-28

Working on a project where I got 3 domains, eg; domain01.in, domain01dev.in, domaindev.in.

Here we have a single service hosted and routed to a single IP 158.x.x.x, now I want to access this service via any of the above-mentioned Domains!

Is there a way to do that on Route 53?

CodePudding user response:

Yes. You just create three records to the same IP address. Depending on exact setup of yours, you can try with 3 different A-type simple records that point the same IP.

  • Related