Network Services
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing AWS Certified Cloud Practitioner premium course — no separate purchase.
Included in this chapter:
- The VPC and its building blocks
- VPC security: security groups vs. network ACLs
- DNS and hybrid connectivity: Route 53, VPN, Direct Connect
- Edge and scaling services: CloudFront, API Gateway, Global Accelerator, PrivateLink, Transit Gateway
Security group vs. network ACL
| Property | Security group | Network ACL |
|---|---|---|
| Operates at | Instance / network interface level | Subnet boundary |
| State | Stateful (return traffic auto-allowed) | Stateless (allow both directions) |
| Rule types | Allow rules only | Allow and explicit deny rules |
| Default behavior | Denies all inbound, allows all outbound | Default ACL allows all traffic |
| Rule evaluation | All rules evaluated together | Rules processed in number order |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html
- https://docs.aws.amazon.com/vpc/latest/userguide/how-it-works.html
- https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Internet_Gateway.html
- https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html
- https://docs.aws.amazon.com/vpc/latest/userguide/vpc-security-groups.html
- https://docs.aws.amazon.com/vpc/latest/userguide/default-security-group.html
- https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html
- https://docs.aws.amazon.com/inspector/latest/user/what-is-inspector.html
- https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/Welcome.html
- https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html
- https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html
- https://docs.aws.amazon.com/directconnect/latest/UserGuide/Welcome.html
- https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Introduction.html
- https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html
- https://docs.aws.amazon.com/global-accelerator/latest/dg/what-is-global-accelerator.html
- https://aws.amazon.com/global-accelerator/faqs/
- https://docs.aws.amazon.com/vpc/latest/privatelink/what-is-privatelink.html
- https://docs.aws.amazon.com/vpc/latest/tgw/what-is-transit-gateway.html