Posts

Showing posts with the label Creating Own VPC

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 14:Creating Own VPC

Image
                                                             Lab 14:Creating Own VPC  What is vpc ?Why we use it? vpc is a virtual network where you can launch your aws resourses /ec2 instances in vpc by using private ip address you can create your own ip/ network in vpc in aws account every region will have default vpc in each region we can create 5 vpc's in some enterprises its not at all recommended to use default vpc for security purpose its better to create our own vpc. CIDR block-when you create a vpc you you must specify a range of ipv4 adresses for the vpc in the form   of a classless inter –domain routing(CIDR)block. for eg-10.0.0.0/16 Some keywords releated vpc: 1.         Subnets 2.        Route stable 3.        I...