Exercise
- Create two vpcs with 4 subnets each
- For both vpcs create internet gateways. Make one subnet public and rest private.
- Primary vpc:
- cidr range: 192.168.0.0/16
- subnets:
- 192.168.0.0/24
- 192.168.1.0/24
- 192.168.2.0/24
- 192.168.3.0/24
- Secondary vpc:
- cidr range: 10.168.0.0/16
- subnets:
- 10.168.0.0/24
- 10.168.1.0/24
- 10.168.2.0/24
- 10.168.3.0/24