03a92d5bea
Not only console solutions, but also Terraform and Pulumi. In addition, this change fixes issues #279 and #280
521 B
521 B
AWS VPC - Subnets
Requirements
- Single newly created VPC
- Region with more than two availability zones
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