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

411 B

AWS VPC - Subnets

Requirements

Single newly created VPC

Objectives

  1. Create a subnet in your newly created VPC
  2. CIDR: 10.0.0.0/24
  3. Name: NewSubnet1
  4. Create additional subnet
  5. CIDR: 10.0.1.0/24
  6. Name: NewSubnet2
  7. Different AZ compared to previous subnet
  8. Create additional subnet
  9. CIDR: 10.0.2.0/24
  10. Name: NewSubnet3
  11. Different AZ compared to previous subnets