Why This Cheat Sheet Matters for CLF-C02
This cheat sheet covers the most important Amazon VPC concepts tested on the CLF-C02 (AWS Cloud Practitioner) certification exam. It contains 3 sections with 12 key points that you should memorize before exam day. Understand VPC basics: logically isolated networks, subnets, route tables, internet gateways, NAT gateways, security groups, NACLs, and VPC endpoints. Use this as a quick-reference guide during your final review sessions.
3Sections
12Key Points
Core Concepts
- A VPC is a logically isolated network in AWS.
- Subnets divide a VPC across Availability Zones.
- Route tables control where network traffic is directed.
- Internet gateways allow internet connectivity for public subnets.
- NAT gateways allow outbound internet access from private subnets.
Security
- Security groups are stateful and attached to network interfaces or instances.
- Network ACLs are stateless and apply at the subnet level.
- VPC endpoints let private resources reach supported AWS services without using the public internet.
- AWS VPN and Direct Connect connect on-premises networks to AWS.
Exam Cues
- Private subnet needs outbound internet only: NAT gateway.
- Private connectivity to S3 or DynamoDB: gateway endpoint.
- Dedicated private network connection from data center to AWS: Direct Connect.
Practice VPC Questions
Put your knowledge to the test with practice questions.