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:

  1. Start by creating a VPC.
    • View VPC configuration.
    • View the default NACL.
    • View the main route table.
  2. 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.
  3. Create a new internet gateway.
  4. Attach the newly created internet gateway to our custom VPC. Note that this step won’t enable internet access
...