CLF-C02 Cloud Technology and Services Practice Question
Which AWS service provides private connectivity between VPCs and supported AWS services without requiring internet gateway, NAT device, VPN, or Direct Connect?
⚠ Common exam trap
Many candidates confuse VPC Peering (Option D) as a way to access AWS services privately, but VPC Peering only connects VPCs, not services, and does not eliminate the need for internet gateways or NAT devices for service access.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
VPC Endpoints
VPC Endpoints (specifically Gateway Endpoints for S3/DynamoDB and Interface Endpoints for other services) enable private connectivity between a VPC and supported AWS services using the AWS network, without requiring an internet gateway, NAT device, VPN, or Direct Connect. Traffic stays within the AWS backbone and never traverses the public internet, leveraging AWS PrivateLink for interface endpoints or route table entries for gateway endpoints.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Internet Gateway
Why it's wrong here
An Internet Gateway is a horizontally scaled, redundant VPC component that enables communication between a VPC and the public internet. It is used to allow instances with public IPs to reach the internet and for inbound traffic from the internet. However, for private connectivity to AWS services like S3 or DynamoDB, using an Internet Gateway would force traffic to traverse the public internet, which defeats the purpose of a VPC endpoint's private, low-latency connection. Thus, it is incorrect because it relies on an internet path rather than eliminating it.
- ✗
NAT Gateway
Why it's wrong here
A NAT Gateway enables instances in a private subnet to initiate outbound traffic to the internet (e.g., for software updates) while preventing unsolicited inbound connections from the internet. Although it might be used to reach AWS services, the traffic still goes over the public internet rather than over the AWS private network. VPC endpoints provide a private connection that does not depend on any internet path, is more secure, and avoids internet-related data transfer charges. Therefore, it is wrong because it still uses an internet route instead of a fully private one.
- ✓
VPC Endpoints
Why this is correct
VPC endpoints allow you to privately connect your VPC to supported AWS services and VPC endpoint services using private IP addresses, without requiring an Internet Gateway, NAT device, VPN, or AWS Direct Connect connection. Traffic between your VPC and the AWS service stays entirely within the AWS network, never crossing the public internet, which reduces exposure and improves performance. For S3 and DynamoDB, you use either gateway endpoints or interface endpoints depending on the service, but the core benefit remains private, secure, and simplified access. This is the correct choice because it directly addresses the need for private connectivity.
- ✗
VPC Peering
Why it's wrong here
VPC peering is a networking connection between two VPCs that enables you to route traffic between them using private IPv4 or IPv6 addresses. It is used to interconnect your own VPCs (or VPCs owned by other AWS accounts) for workloads, but it does not provide any connectivity to AWS managed services like S3 or DynamoDB. Those services are not hosted in your VPC; they are AWS-owned and accessed via public endpoints or VPC endpoints, not via peering connections. Thus, it is wrong because it only connects VPCs to other VPCs, not to AWS services.
Visual reference
Quick reference
AWS S3 Storage Class Comparison
| Storage Class | Min Duration | Retrieval | Use Case |
|---|---|---|---|
| S3 Standard | None | Immediate | Frequently accessed data |
| S3 Standard-IA | 30 days | Immediate | Infrequent access, rapid retrieval |
| S3 One Zone-IA | 30 days | Immediate | Non-critical infrequent data |
| S3 Intelligent-Tiering | None | Immediate–hours | Unknown or changing access patterns |
| S3 Glacier Instant | 90 days | Milliseconds | Archive with instant retrieval |
| S3 Glacier Flexible | 90 days | Minutes–hours | Archive, flexible retrieval |
| S3 Glacier Deep Archive | 180 days | Hours | Long-term compliance archive |
Go deeper
Related to this question
About these practice questions
Courseiva writes every CLF-C02 question from scratch — 988 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CLF-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CLF-C02 exam.