Amazon Virtual Private Cloud (VPC) allows you to create an isolated, private network on AWS. In this lab, we will set up a VPC with the following configuration:
Log in to the AWS Management Console.
Navigate to the VPC Dashboard from the left-hand menu and select Your VPCs.
Click on the Create VPC button.
In the Create VPC screen:
Review the Preview pane on the right to check the resources being created, including the VPC, Subnets, Route Tables, and Network Connections.
Once completed, a success notification will appear.
Review your VPC details in the VPC Details tab.
From the left-hand menu, go to Subnets.
Locate the subnet with a name containing “public1”.
Select the subnet and click Edit Subnet Settings.
In the Subnet Settings screen, enable Auto-assign public IPv4 address.
Click Save changes to apply.
A success message will confirm the changes.