03a92d5bea
Not only console solutions, but also Terraform and Pulumi. In addition, this change fixes issues #279 and #280
675 B
675 B
My First VPC
Objectives
- Create a new VPC
- It should have a CIDR that supports using at least 60,000 hosts
- It should be named "exercise-vpc"
Solution
Console
- 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"
Terraform
Click here to view the solution
Pulumi - Python
Click here to view the solution
Verify Solution
To verify you've create the VPC, you can run: aws ec2 describe-vpcs -filters Name=tag:Name,Values=exercise-vpc