- Create a new VPC
- It should have a CIDR that supports using at least 60,000 hosts
- It should be named "exercise-vpc"
- Under "Virtual Private Cloud" click on "Your VPCs"
- Click on "Create VPC"
- Insert a name - "exercise-vpc"
- Insert IPv4 CIDR block: 10.0.0.0/16
- Keep "Tenancy" at Default
- Click on "Create VPC"
Click here to view the solution
Click here to view the solution
To verify you've create the VPC, you can run: aws ec2 describe-vpcs -filters Name=tag:Name,Values=exercise-vpc