AWS Cloud Practitioner Study Session Two

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.

ChatGPT Summary:

AWS Certified Cloud Practitioner – EC2 Instance Types & Naming Summary

This section is very exam-heavy. AWS expects you to match workload needs to the correct EC2 instance family, not memorize specs.


How to Approach EC2 Questions on the Exam

When you see an EC2 question, immediately ask:

  1. What resource is the bottleneck?
    • CPU?
    • Memory?
    • Storage (IOPS / throughput)?
    • GPU / acceleration?
  2. Is the workload steady or spiky?
  3. Is cost optimization a priority?

Then select the instance family optimized for that constraint.


EC2 Instance Categories (Big Picture)

Think of EC2 families as falling into what they are optimized for:

Category Optimized For
General Purpose Balance of compute, memory, networking
Compute Optimized High CPU
Memory Optimized Large RAM
Storage Optimized High IOPS / throughput
Accelerated Computing GPUs & specialized hardware
Burstable Spiky, low-average usage
HPC Extremely high-performance compute
Arm-based Cost-efficient Linux workloads

General Purpose Instances

Families

Use Cases

Key Idea

🧠 Memory Tip:
M = Middle-of-the-road (balanced)
If the question doesn’t strongly emphasize CPU, memory, or storage → General Purpose


Compute Optimized Instances

Families

Use Cases

Key Idea

🧠 Memory Tip:
C = Compute
If the question mentions “CPU-intensive”, “high performance processing”, or “number crunching”C


Memory Optimized Instances

Families

Use Cases

Key Idea

🧠 Memory Tips:


Storage Optimized Instances

Families

Use Cases

Key Idea

🧠 Memory Tips:


Accelerated Computing Instances

Families

Use Cases

Key Idea

🧠 Memory Tips:

If you see ML, AI, GPUs, or acceleration, this category is the answer.


Burstable Performance Instances

Families

Use Cases

Key Idea

🧠 Memory Tip:


High Performance Computing (HPC) Instances

Families

Use Cases

Key Idea

🧠 Memory Tip:


Arm-Based Instances

Families

Use Cases

Key Idea

🧠 Exam Tip:


EC2 Naming Conventions (Very Testable)

Letter Meaning
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

🧠 One-Line Memory Trick:

C runs hot, R remembers, I stores, P powers AI


Final Exam Takeaways



Study materials:


Raw Input Notes:



Feedback

Have thoughts or suggestions about this post?