AWS Networking Fundamentals
Source: Dev.to
What is a VPC?
A VPC (Virtual Private Cloud) in AWS is a logically isolated private network that you create within the AWS cloud, where you can launch and manage your cloud resources securely.
Build a VPC and Its Dependents in AWS
Create a VPC
- Go to the AWS Console and search for VPC.
- Click Create VPC.
- Give the VPC a name, choose a CIDR block, and select the number of Availability Zones.
- Accept the defaults and click Create.
- View the newly created VPC.
Create a Subnet
- In the console, search and select Subnet.
- Click Create Subnet.
- Choose the VPC, provide a subnet name, select an Availability Zone, specify the IPv4 Subnet CIDR block, add any desired tags, and click Create Subnet.
Create an Internet Gateway
- Search and select Internet Gateway in the AWS Console.
- Provide a name and click Create Internet Gateway.
Create a Route Table
- Search and select Route Table in the console.
- Click Create Route Table.
- Name the route table, select the VPC, and click Create.