Wednesday, 24 November 2021

2021 AWS - Add subdomian in Route 53

 https://aws.amazon.com/premiumsupport/knowledge-center/create-subdomain-route-53/


1) If you already have a hosted zone in aws route 53, go to that hosted zone : https://console.aws.amazon.com/route53/v2/hostedzones# ,

click on that hosted zone record(should be the hosted zone for your domain),  create a record, 

with "Record name" to be "subdomain name", "Record Type" to be "CNAME", "Value" to be "your domain name", "TTL" to be "300" (time for a packet to live in a router, every 1 route -1, when its 0, router wont transfer this packet).



2) if you do not have a hosted zone, create a new hosted zone, creaet a new record in hosted zone. 


with "Record name" to be "subdomain name", "Record Type" to be "A", "Value" to be "your domain IP", "TTL" to be "300" (time for a packet to live in a router, every 1 route -1, when its 0, router wont transfer this packet).

No comments:

Post a Comment