This quiz covers fundamental AWS networking concepts, including VPC, subnets, security groups, and Direct Connect. Assess your understanding of essential networking components crucial to working with AWS.
What is the primary function of a Virtual Private Cloud (VPC) in AWS networking?
Explanation: A VPC allows users to define a logically isolated network within the AWS cloud, enabling control over networking features and resource connectivity. It does not deliver web content (option B), manage serverless compute (option C), or handle backup tasks (option D). These distractors focus on unrelated AWS concepts.
How must all subnets in a VPC be configured with respect to Availability Zones?
Explanation: Each subnet is restricted to one Availability Zone for isolation and high availability planning. Subnets cannot span (option B, C) multiple zones, and they are not independent of Availability Zones (option D) since their configuration depends on the zone selection.
Which feature distinguishes Security Groups from Network ACLs in AWS networking?
Explanation: Security Groups are associated with instances and support only 'allow' rules, while Network ACLs control traffic at subnet level with both 'allow' and 'deny' settings. Option B is incorrect because Security Groups are VPC-specific. Option C is the opposite of the truth. Option D is incorrect since NACLs, not Security Groups, operate at subnet level.
Which statement correctly describes a limitation of VPC peering connections?
Explanation: VPC peering is non-transitive, so routes cannot pass through intermediary VPCs. Option B is false since peered instances can communicate. Option C is incorrect, as public routing is not a requirement. Option D is wrong because peering can be established between different accounts.
What is the main benefit of using AWS Direct Connect for networking?
Explanation: Direct Connect offers a private, dedicated link between AWS and on-premises resources, enhancing speed and security. Option B is for VPC connectivity, whereas option C is associated with domain name services, and option D refers to object storage, not network connections.