AWS SAA-C03 Re-certification Journey

Documenting my experience re-certifying for the AWS Solutions Architect Associate (SAA-C03) exam — study resources, lessons learned, and tips.

Published: Monday, Apr 27, 2026 Last modified: Monday, Apr 27, 2026

https://tutorialsdojo.com/aws-cheat-sheets/

Frequently accessed

Auto-optimizing

Infrequently accessed

Archival (Glacier)

Other

Route 53

Key distinctions:

AWS Security products

Identity & Access Management


Data Protection


Network & Application Protection


Detection & Response


Governance & Compliance


Key distinctions to remember

AWS Migration & Backup — SAA-C03 Cheat Sheet

Server / Application Migration

▎ MGN = migrate and decommission. DRS = keep source live, failover on demand.


Database Migration


Data Transfer — Online


Data Transfer — Offline

▎ Rule of thumb: if the transfer would take more than ~1 week over your internet connection, use Snowball.


Backup


Quick decision guide

Amazon DLM (Data Lifecycle Manager) — automates the creation, retention, and deletion of EBS snapshots and EBS-backed AMIs. You define lifecycle policies (e.g. “snapshot every 12 hours, keep 7 days”) and DLM executes them on a schedule. It can also copy snapshots cross-region for DR.

DLM vs AWS Backup for EBS:

S3 speed

S3 Transfer Acceleration — speeds up uploads/downloads to a specific S3 bucket. When enabled, you use a special endpoint (bucket.s3-accelerate.amazonaws.com) and your data enters the AWS backbone at the nearest CloudFront edge location rather than travelling the public internet all the way to the bucket’s region. S3-only. Charged per GB transferred.

Keyword: “users uploading large files to S3 from around the world”, “slow S3 uploads from distant regions”.


AWS Global Accelerator — speeds up traffic to any application (EC2, ALB, NLB, Elastic IPs) across regions. Gives you two static anycast IP addresses that route users to the nearest AWS edge, then onto the AWS backbone to your endpoint. Also does health checking and automatic failover between regions. Not storage-specific.

Keyword: “global users hitting an application with low latency”, “static IPs for a global app”, “multi-region failover”, “gaming / VoIP / non-HTTP workloads”.


Key distinctions for the exam: