Posts

Showing posts with the label Launching two instances with load balancer

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 13:Launching two instances with load Balancer

Image
                                          Launching two instances with load Balancer Launching two instances with load balancer There are two users in instance 1.Normal user 2.Admin user Admin will connect   to server through bastion port number 22 Whereas end user will connect through through load balancer port number 80 The flow will be:   First create security group for bastion 2 web servers ,and load balancer Admin will connect to web server through bastion with ssh support End user will connect with http support Create security group for bastion now Go to ec2 dashboard select security group Select the region in which region you want to create instances   Click on security group   Give name for security group and add inbound rules here admin will connect through bastion so inbound rules port ssh-22-anywhere and click on crea...