Managing a VPC
AWS VPC is a virtual network in AWS cloud that is similar to the conventional network in a corporate data center. A VPC created in an account isolates all resources in it from any other VPC created by the same or other accounts.
Getting ready
We need an AWS account and a user with proper permissions for creating a VPC.
How to do it...
- Log in to your AWS account. AWS provides a default VPC in each region where the account has been created, with all the components listed above in each Availability Zone (AZ) in that region. After logging in to the account, select
VPC
inAWS services
:

Select VPC from AWS console
- The VPC dashboard will appear. It is the place in the AWS console where you can manage all of the VPC and its related components. You need to select a different region from the top left menu option to see the VPCs and their related components for that region:

VPC dashboard
- Click on
Your VPCs
in the VPC dashboard, the left menu option. We can see that the columnDefault VPC
is...