Review Questions
-
Which of the following are true of a default VPC? (Select TWO.)
- A default VPC spans multiple regions.
- AWS creates a default VPC in each region.
- AWS creates a default VPC in each Availability Zone.
- By default, each default VPC is available to one AWS account.
-
Which of the following is a valid CIDR for a VPC or subnet?
- 10.0.0.0/28
- 10.0.0.0/29
- 10.0.0.0/8
- 10.0.0.0/15
-
Which of the following are true regarding subnets? (Select TWO.)
- A VPC must have at least two subnets.
- A subnet must have a CIDR that’s a subset of the CIDR of the VPC in which it resides.
- A subnet spans one Availability Zone.
- A subnet spans multiple Availability Zones.
-
Which of the following is true of a new security group?
- It contains an inbound rule denying access from public IP addresses.
- It contains an outbound rule denying access to public IP addresses.
- It contains an outbound rule allowing access to any IP address.
- It contains an inbound rule allowing access from any IP address...