Hi everyone!
Here lets understand how to Setup a DNS hosted zone in Route53 in AWS.
To setup a DNS hosted zone,
- In the aws console,search for Rout53.
- Then in route53, click
hosted zone. - After that click Create Hosted Zone and entered the domain name.
- Then for type selected Public Hosted Zone.
- After that click
create hosted zone. - If you already bought a domain,follow the steps, Copy the NS values given by AWS.
- Go back to my domain provider account and updated the nameservers with the AWS nameservers
- Next to create record in AWS Rout53,click
Create Record. - Enter the record name as www,then selected record type as A.
- Give value as the public IP address of EC2 instance.
- Then click
Create Record.
Finally, I opened the browser and typed the domain name, and the website was displayed.
Top comments (0)