Complete the code to describe the default VPC CIDR block.
The default VPC uses the CIDR block [1].The default VPC in AWS uses the CIDR block 172.31.0.0/16.
Complete the code to identify the default VPC's subnet type.
The default VPC contains [1] subnets in each Availability Zone.
The default VPC has public subnets in each Availability Zone.
Fix the error in the statement about the default VPC's internet gateway.
The default VPC [1] an internet gateway attached by default.The default VPC always has an internet gateway attached by default.
Fill both blanks to complete the default VPC route table configuration.
The default route table has a route where destination is [1] and target is [2].
The default route table routes all traffic (0.0.0.0/0) to the internet gateway (igw-12345678).
Fill in the blank to describe the default VPC's security group rules.
The default security group allows inbound traffic from [1].
The default security group allows inbound traffic from the security group itself on all ports and protocols, enabling instances in the same group to communicate.