devops-exercises/exercises/aws/solutions/new_vpc.md
abregman 6706171ca9 Add AWS execrises and questions
Mostly about VPC and Route 53.
2021-12-04 06:56:07 +02:00

365 B

AWS VPC - My First VPC

Objectives

  1. Create a new VPC
  2. It should have a CIDR that supports using at least 60,000 hosts

Solution

Console

  1. Under "Virtual Private Cloud" click on "Your VPCs"
  2. Click on "Create VPC"
  3. Insert a name (e.g. someVPC)
  4. Insert IPv4 CIDR block: 10.0.0.0/16
  5. Keep "Tenancy" at Default
  6. Click on "Create VPC"