6706171ca9
Mostly about VPC and Route 53.
1010 B
1010 B
AWS VPC - Subnets
Requirements
Single newly created VPC
Objectives
- Create a subnet in your newly created VPC
- CIDR: 10.0.0.0/24
- Name: NewSubnet1
- Create additional subnet
- CIDR: 10.0.1.0/24
- Name: NewSubnet2
- Different AZ compared to previous subnet
- Create additional subnet
- CIDR: 10.0.2.0/24
- Name: NewSubnet3
- Different AZ compared to previous subnets
Solution
Console
- Click on "Subnets" under "Virtual Private Cloud"
- Make sure you filter by your newly created VPC (to not see the subnets in all other VPCs). You can do this in the left side menu
- Click on "Create subnet"
- Choose your newly created VPC
- Set the subnet name to "NewSubnet1"
- Choose AZ
- Set CIDR to 10.0.0.0/24
- Click on "Add new subnet"
- Set the subnet name to "NewSubnet2"
- Choose a different AZ
- Set CIDR to 10.0.1.0/24
- Click on "Add new subnet"
- Set the subnet name to "NewSubnet3"
- Choose a different AZ
- Set CIDR to 10.0.2.0/24