Content

                                                  Content How to create an AWS free Account? Lab 1: To launch amazon Linux EC2 instance Lab 2: To Connect to the instance from Linux client Operating System Lab 3:To Launch amazon windows instance Lab 4: Installing apache in EC2 instance Lab 5: Installing Nginx in EC2 instance Lab 6: Changing Host Name Lab 7: Creating a user and making as a sudoer Lab 8:Assigning an Elastic ip Lab 9:Creating ebs,attach and detach the volumn to the instance Lab 10:Creating an S3 Bucket and creating cross replication in another region Lab 11:Load Balancer Lab 12:Two instances with Application Load Balancer Lab 13:Launching two instances with load Balancer Lab:14 Creating Own VPC  Lab 15: Two instances which classic load Balance with own VPC Lab 16:Two instances with Application load Balancer with own VPC Lab 17: Relational Data B...

Lab 28: Route 53

                                                                               Route 53


what is R53?

It is highly available and scalable domain name system web service you can use route 53 to perform to perform domain registration ,DNS routing , and health checking.

Some key words:

Record set

Hosted zone

Name server

Alias name

Weighted list

Lab:            

First create free domain

https://www.freenom.com/en/index.html?lang=en

 Go to the above link and create free domain


give the domain an check the availability

for ex: devops_cloud

 


select the free one and purchase

click on get it now and click on checkout


 

you will get a page like this

 


click on continue

 


Give your mail id and verify your mail

you will get verification mail  and click on the link

 



Give the related details and continue

Then go to the aws account

Go to r53 dashboard

 


Click on hosted zone

And create a new hosted zone

 


Enter your free domain name and click on create

After creating a hosted zone you will get name servers .

 


Copy those name servers in a notepad and login to the free domain site

And click  services and select my domains




Click on manage domain



click on management tools

and select name servers

 

add four name servers there

ns-71.awsdns -08.com

ns-1188.awsdns.org

ns-882.awsdns-46.net

ns1586.awsdns-06.co.uk

 

click on change name servers

Now create an instance 

install apache

add install jquery template

refer above how to launch an instance

login to the server

And install apache wget and unzip



install wget and unzip

start and Enable the apache

now install jquery template

#wgethttps://www.free-css.com/assets/files/free-css-templates/download/page238hr2.zip

 

Unzip the file

 


Move to the file to /var/www/html




Go to the /var/www/html and check whether the file is moved or not .

 


Now go to the browser access the page by public ip address

 

 

Have a page

Now go to the R53

Click on Create Record set

 

Give a name to the record set

Under value give the public ip and click on create

 


After creating you will get an url

 

# devops.awsdevops.ga

Access this url in the browser

 


Exercise : purchase a free domain and create a hosted zone and record sets.

Comments

Popular posts from this blog

Lab 21:Installing docker in instance and build an image

Lab 22:Pushing a docker image to docker hub

Lab 5: Installing Nginx in EC2 instance