Practical
Build on your understanding of AWS VPCs and their components in this practical.
We'll cover the following...
Introduction
In the widget below, we’ll take the following steps:
- Start by creating a VPC.
- View VPC configuration.
- View the default NACL.
- View the main route table.
- Create a private subnet in the VPC. When a VPC is created, its main route table only has a local route. This means any new subnets will have no access to the internet and are private.
- Create a new internet gateway.
- Attach the newly created internet gateway to our custom VPC. Note that this step won’t enable internet access