2021-12-04 05:56:07 +01:00
|
|
|
## AWS VPC - Subnets
|
|
|
|
|
|
|
|
### Requirements
|
|
|
|
|
|
|
|
Single newly created VPC
|
|
|
|
|
|
|
|
### Objectives
|
|
|
|
|
|
|
|
1. Create a subnet in your newly created VPC
|
|
|
|
1. CIDR: 10.0.0.0/24
|
|
|
|
2. Name: NewSubnet1
|
|
|
|
2. Create additional subnet
|
|
|
|
1. CIDR: 10.0.1.0/24
|
|
|
|
2. Name: NewSubnet2
|
|
|
|
3. Different AZ compared to previous subnet
|
|
|
|
3. Create additional subnet
|
|
|
|
1. CIDR: 10.0.2.0/24
|
|
|
|
2. Name: NewSubnet3
|
|
|
|
3. Different AZ compared to previous subnets
|
2022-08-02 00:51:39 +02:00
|
|
|
|
|
|
|
## Solution
|
|
|
|
|
|
|
|
Click [here to view to solution](solution.md)
|