Skip to content

AWS Developer Associate Dva C02 Textbook

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

8 chapters · 120 cards · Updated

Chapters

  1. 1AWS Foundations and the Shared Responsibility Model

    The AWS shared responsibility model defines the division of security responsibilities between AWS and the customer. AWS is responsible for the security OF the cloud, covering physi...

  2. 2Identity, Access, and Authentication

    Identity in AWS is managed primarily through IAM, which supports two principal identity types. An IAM user is a permanent identity with long-lived credentials, while an IAM role is...

  3. 3Compute, Containers, and Deployment

    The foundational compute service is EC2, whose instance types are grouped by workload into families such as General Purpose (M, T), Compute Optimized (C), Memory Optimized (R, X),...

  4. 4Serverless with Lambda

    AWS Lambda is the serverless compute layer at the heart of many event-driven workloads. Each invocation runs inside an execution context, a runtime environment that hosts the funct...

  5. 5Storage on AWS

    Amazon S3 is the object storage workhorse of AWS. It provides strong read-after-write consistency for all GET, PUT, LIST, and DELETE operations, so applications no longer need to h...

  6. 6Networking and Application Delivery

    Every AWS workload runs inside an Amazon VPC, a logically isolated virtual network with a CIDR-defined IP range, subnets, route tables, gateways, and security rules you control. A...

  7. 7Databases, Messaging, and Event-Driven Integration

    For managed NoSQL, DynamoDB offers single-digit millisecond performance with built-in security, backup, and multi-region replication. Its primary keys come in two flavors: a partit...

  8. 8Observability, Security, and DevOps Practices

    For operations and auditing, AWS CloudTrail records every API call in the account, including identity, time, source IP, and request and response details, and stores the events in S...

← Back to the AWS Developer Associate Dva C02 deck