Lab 20:To Configure Amazon Route 53

                                                Lab 20:To Configure Amazon Route 53

Objective:
To configure and AWS Route 53 service

Topology:



Pre-Requites:

User Should have AWS account , or IAM user with AmazonRoute 53Full Access

By Default AWS does not provide to register Domain Name with AWS
you should have a registered domain name one with your ISP

To configure Route 53 with with following task

To Transfer existing DNS service from your ISP to Amazon Route 53
Creating record set 
Creating CName record set

Step 1:Configuration of Route 53 for your Domain Name

Open AWS console
Select "Networking & Content Delivery"
click on Route 53 services



Route 53  Dashboard wizard opens
under DNS management 
click on "Get started Now "button



click on"Created Hoted Zone" button



Again click on create Hosted Zone button



under "Created Hosted Zone ",wizard
On right side panel provide following values
For Domain Name ------------------------------------->cloudskillindia.com
For comment ------------------------------------------->india
For Type------------------------------------------------>public Hosted zone
click on Create button



Now the list of AWS NS records will appear
Now add All AWS NS record to your local DNS NS record (godaddy.com)



Step 2: Now copy these DNS record in godaddy.com for cloudskillindia.com domain

ns-140.awsdns-17.com
ns-1565.awsdns-03.co.uk
ns-726.awsdns-26.net
ns-1286.awsdns-17.org

Open the Browser 
Go to godaddy.com site
Login and select your domain name
Click on Manage



Drag Down
Click on Manage DNS



Click on change 
Add latest entries provided by Route 53 NS records



For Choose your new name server ---------->custom
Repalce od NS records with latest NS records
click on Save button



verify New names got updated



Step 3: Launch an Configure it as a webserver

Launch an Amazon Linux instance
Configure is as a web server
Note : Repeat LAB Hosting webserver on linux
copy the public IP and type in Browser



verify Website is Accessible



Step 4: To add a A record and CNAME record in Route 53

From Route 53 Dashboard
Click on "Hosted zone"
select Domain Name
Click on "Cloudskillindia.com"



click on Create Record set button



To add A record 
On right side under Create Record set
Provide following values

Name---------->org.cloudskillindia.com
Type------------>A.ipv4 address
Alias ------------->No
Value------------->54.213.7.42(Give your instance public IP)
Click on "create"button



verify the A record get created



created Alias record



Verify the CNAME record get created



verification
Now access the website with A record ----------->org.cloudskillindia.com



verification
Now access the website with A record ----------->org.cloudskillindia.com



Comments