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.


Study materials:


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.