- Login to your AWS console and go to Route 53 (managed DNS).
- Create a Hosted Zone
- Domain: example.com (of course, use your own domain)
- Comment: you very descriptive words to about the domain :)
- Select Public Hosted Zone
- Select the record NS type and take note of the name servers listed.
- Go to your domain registrar and point it to the name servers provided by AWS Route 53
- Click Create Record Set
- You may leave the Name blank as root domain, select record type A - IPv4 address
- Set Alias to No and put leave the TTL to 300 seconds
- Set the Value to the Elastic IP (EIP) of the EC2
- Set the Routing Policy to Simple and click Save Record Set
- Redo step 5 to create different type (e.g.: A, CNAME, MX, etc.)
Not included in this setup is the configuration of web server (IIS, Apache, etc.) and associating EIP on EC2
No comments:
Post a Comment