Posts

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

Image
                                                                                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  ...

Lab 27: Identity Access Management (IAM)

Image
                                                          Identity Access Management  (IAM) What is IAM why we use it ? It enables you to securely control access to aws services and resources for your users . using IAM ,you can create and manage aws users and groups and we use permissions to allow and deny their permissions to AWS resources Some keywords: Roles Policies Permissions Groups Lab: Create a user Go to the  Iam dashboard   Click on users   Click on add user Lets give name as admin Select Aws access type as aws management console   Create a password by selecting custom password   Then click on permissions You can add   user to the group by creating new a group   Click on create group Give a group name and give a policies As for now give as admin...

Lab 26:SSH Password Setup

Image
                                                                      SSH Password Setup  Why we use it ? Ssh is a protocol to transfer data securely between different machines Lab: Steps: Create two instances Create the users and make them as server make them as sudoer Setup password less setup Step 1: Go to the ec2 dash board Click on launch instance Select an ami   Select instance type     Make number of instance as 2   Leave all other as default Click as next     Click on tags   Click on configure security group   Create a new security group   Click on Launch   Click on  launch  create a  new keypair  and download the key an  launch the instance   Launch the instance Nam...