99c4e02ecf
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
470 B
470 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
Click here to view to solution