AWS Cloud Practitioner Study Session Two
December 27, 2025
I am taking the AWS Cloud Practitioner Exam in approximately eight 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:
- Free Code Camp Preparation
- AWS Certified Solutions Architect Practice Tests
- AWS Cloud Practitioner Essentials
- AWS Documentation
- ChatGPT
Notes:
- Different types of EC2 instances:
- General Purpose
- Families: T, M
- Use Cases: Web servers, App servers, Development and test environments
- Compute Optimized
- Families: C,
- Use Cases: High performance web servers, Batch processing, Scientific
- Memory Optimized
- R, X, z
- Use Cases: In-mem databases, Real-time big data analytics
- High performance relational / non-relational dbs
- Storage Optimized:
- I, D, H
- Use Cases: Data warehousing, Log processing, Distributed file systems, NoSQL
- Accelerated Computing:
- P, G, Inf, Trn
- Use Cases: Machine learning training + inference, HPC, Video rendering, Financial modeling
- Burstable Performance:
- T4g, T3, T2
- Use Cases: Low-traffic websites, Microservices, Dev / Test Envs
- High Performance Computing:
- Hpc6a, Hpc7g
- Use Cases: Weather modeling, Computational fluid dyanmics Genomics
- Arm-based Instances:
- T, M, C, R
- Linux based workloads, containers, Microservices
- General Purpose
- Naming Conventions:
- T = Burstable
- M = Balanced
- C = Compute Optimized
- R = Memory Optimized
- X = Extra Memory
- I = High IOPS Storage
- D = Dense Storage
- P = GPU (ML training)
- G = GPU (Graphics / inference)
- Inf = ML Inference
- Trn = ML Training HPC = High-Performance Computing