Skip to content

AWS Saa C03 Exam Cheatsheet Textbook

A free, self-paced textbook in 7 chapters. Read a chapter, then drill it with the 110 companion flashcards using spaced repetition.

7 chapters · 110 cards · Updated

Chapters

  1. 1Object, Block, and File Storage

    Amazon S3 is the central object store of the AWS platform, advertising eleven nines of durability (99.999999999%) by automatically spreading data across multiple devices and facili...

  2. 2Compute Foundations

    EC2 instance families are lettered to advertise their shape: C is compute-heavy, M is balanced, R is memory-rich, and T is burstable and cheap for variable workloads. Choosing amon...

  3. 3Networking and Content Delivery

    Inside a VPC, the choice of how instances reach the internet or AWS services affects both security and cost. A NAT Gateway lets private-subnet resources make outbound calls (for pa...

  4. 4Databases, Caching, and Analytics

    For relational workloads, Amazon RDS offers managed engines like PostgreSQL, MySQL, and SQL Server. Multi-AZ deployments provide high availability through a synchronous standby in...

  5. 5Messaging, Streaming, and APIs

    Application integration on AWS is a layered set of services. Amazon SQS is a managed message queue offering at-least-once delivery; Standard queues deliver in best-effort order wit...

  6. 6Security, Identity, and Compliance

    AWS identity begins with IAM. An IAM user is a long-lived identity for a person or workload, a group attaches shared policies to multiple users, and a role provides temporary crede...

  7. 7Monitoring, Observability, and Disaster Recovery

    Observability in AWS splits naturally between what happened and how the system is behaving. CloudTrail records the API audit trail: who called which API on which resource. By defau...

← Back to the AWS Saa C03 Exam Cheatsheet deck