AWS Cloud Practitioner Study Session Five

I am taking the AWS Cloud Practitioner Exam in approximately five days and want to ensure I am prepared. This series will serve as non-exhaustive note taking for the information that I am internalizing as I go.

ChatGPT Summary:

AWS Certified Cloud Practitioner – Infrastructure, Networking & Global Services Summary

This section ties together how you build, secure, connect, and globally deliver AWS resources. The exam heavily tests architecture choices, networking fundamentals, and global vs regional services.


AWS CloudFormation (Infrastructure as Code)

What It Is

Why It Matters

🧠 Memory Tip:
CloudFormation = “Blueprints for AWS infrastructure”

📝 Exam Clue


Ways to Interact with AWS Resources

AWS questions often test how you manage AWS, not just what service you use.

1. Programmatic Access

🧠 Memory Tip:
CLI / SDK = Code talks to AWS


2. AWS Management Console

🧠 Memory Tip:
Console = Clicks


3. Infrastructure as Code (IaC)

🧠 Memory Tip:
IaC = No clicking, only code


Edge Locations (CDN Concept)

🧠 Memory Tip:
Edge = Close to users

📝 Exam Clue


Choosing an AWS Region (Very Testable)

Primary Factors

  1. Compliance – Legal and regulatory requirements
  2. Proximity – Lower latency for customers
  3. Feature availability – Not all services are in all Regions
  4. Pricing – Costs vary by Region

🧠 Memory Trick:
C-P-F-PCompliance, Proximity, Features, Pricing

📝 Exam Tip


Amazon VPC (Virtual Private Cloud)

What It Is

Why It’s Used

🧠 Memory Tip:
VPC = Your private AWS network


Subnets

Public Subnet

Private Subnet

🧠 Memory Tip:
Public = Website, Private = Database


VPN Connectivity

Site-to-Site VPN

Client VPN

🧠 Memory Tip:


What It Is

Why Use It

🧠 Memory Tip:
PrivateLink = Private service access


AWS Direct Connect

What It Is

Use Cases

Benefits

🧠 Memory Tip:
Direct Connect = Physical cable to AWS

📝 Exam Comparison


AWS Transit Gateway

What It Is

🧠 Memory Tip:
Transit Gateway = Network hub-and-spoke


NAT Gateway (Outbound Internet for Private Subnets)

What It Does

🧠 Memory Tip:
NAT = Private out, not public in

📝 Exam Clue


Amazon API Gateway

What It Is

🧠 Memory Tip:
API Gateway = Front door for APIs


Network Security Controls (Highly Testable)

Network ACLs (NACLs)

🧠 Memory Tip:
NACL = Neighborhood rules


Stateless Packet Filtering

🧠 Memory Tip:
Stateless = No memory


Security Groups

🧠 Memory Tip:
Security Group = Bodyguard for EC2


Security Groups vs Network ACLs

Feature Security Groups Network ACLs
Scope Instance level Subnet level
State Stateful Stateless
Rules Allow only Allow & Deny
Return traffic Automatically allowed Must be explicitly allowed
Purpose Fine-grained control Broad subnet control

🧠 One-Line Trick:

SG remembers, NACL forgets


Global Networking & Traffic Management

AWS Global Accelerator

🧠 Memory Tip:
Global Accelerator = Fast lanes on the internet

📝 Exam Use Cases


Amazon Route 53

🧠 Memory Tip:
Route 53 = GPS for the internet


Amazon CloudFront

🧠 Memory Tip:
CloudFront = Content, closer to users


End-to-End Example (Exam-Style)

Goal: Deliver content with low latency across multiple Regions

Flow:

  1. Users access application via custom domain
  2. Route 53 resolves DNS and applies routing policy
  3. Traffic is sent to nearest CloudFront edge location
  4. CloudFront fetches content from origin server in selected Region

🧠 Memory Tip:
Route 53 decides, CloudFront delivers


Final Exam Takeaways



Study materials:


Raw Input Notes:


Cloud Formation - Helps model and set up AWS resources (Infra as Code).


Ways to interact with AWS Resources


Edge locations: Part of the AWS content delivery network (CDN), designed for caching content to improve delivery speed.


Primary Factors in Region Selection: (1) Compliance (does the Region meet the use case’s legal / regulatory requirements) (2) Proximity to customers to reduce latency (3) Feature availability (4) Pricing (varies by region)


VPCs: Logically isolated section of AWS Cloud to provision AWS resources in virtual network


VPN: Encrypts traffic between on-premise network and VPC. A Virtual Private Gateway is the VPN on the AWS side. Client VPN: From an individual device to private network. Site to Site VPN: Between two networks, not individual users.


AWS PrivateLink:


AWS Direct Connect


AWS Transit Gateway


Network Address Translation (Nat) Gateway


Amazon API Gateway


Network ACL


Stateless Packet Filtering


Security Groups


Comparing Security Groups and Network ACLs

Feature Security Group Network ACLs
Scope Instance level Subnet level
State Stateful Stateless
Rule Types Only allow rules Allow and deny rules
Return traffic Automatically allowed if inbound traffic allowed Return traffic must be implicitly allowed
Uses Fine-grained control of traffic for EC2 instances Broad control of traffic in and out of subnets


AWS Global Accelerator

Amazon Route 53

Amazon CloudFront

Example Delivering content with low latency for a seamless experience across multiple Regions.

Users -> Access through custom domain sent to Route 53 DNS record -> Route 53 uses routing policy to determine region closest to user, directs to appropriate CloudFront edge location. -> Web content is fetched from the designated origin server in chosen Region.


I found digesting the material on this one more intensive than past modules. Probably one to return to.


Feedback

Have thoughts or suggestions about this post?