Skip to main content

Posts

Showing posts from June, 2019

Creating a VPC - Part 2

In my previous article, Creating a VPC - Part 1 , I've shown you how to create a VPC using the VPC Wizard.  Here I will demonstrate how to build a VPC manually, without using the Wizard. We will use the same requirements: 1. End users are located in US Northern Virginia 2. VPC requires 1 Private and 1 Public subnet with the private subnet having     outbound access to the internet. 3. Defined CIDR Block is 10.0.0.0/16 Method 2: Creating a VPC manually 1. Login to the AWS management console using your Admin account. 2. Select your location based on where your end users will be. In this     case it is US Northern Virginia (US East 1) 3. Click " Services ", then scroll down to Network & Content Delivery     and then click " VPC ". 4. From the Navigation pane click on " Your VPCs ". 5. Then click " Create VPC " 6. Enter the name you wish to give your VPC.  Then enter the CIDR Block     for your VPC as well.     He