AWS Certified Solutions Architect – Professional — Question 501

Which of the following are characteristics of Amazon VPC subnets? (Choose two.)

Answer options

Correct answer: B, D

Explanation

In Amazon VPC, every subnet is uniquely mapped to a single Availability Zone and cannot span across multiple zones. Additionally, the default local route in the VPC route table enables all subnets within that VPC to communicate with each other by default. Other options are incorrect because the smallest supported subnet size is /28, and private subnets require a NAT gateway rather than just an Elastic IP to access the Internet.