99c4e02ecf
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
365 B
365 B
AWS VPC - My First VPC
Objectives
- Create a new VPC
- It should have a CIDR that supports using at least 60,000 hosts
Solution
Console
- Under "Virtual Private Cloud" click on "Your VPCs"
- Click on "Create VPC"
- Insert a name (e.g. someVPC)
- Insert IPv4 CIDR block: 10.0.0.0/16
- Keep "Tenancy" at Default
- Click on "Create VPC"