Security & Compliance Deep Diveยท0/61 min
0%
๐Domain Overviewยท5 min readModule 1 of 8
Domain Overview
๐
Security & Compliance
Domain 6 of DOP-C02 (~17%). Detect threats, protect data, respond automatically, and govern many accounts โ the largest security-weighted slice of the exam.
~61 min total8 modules8 quiz questionsDOP-C02 Domain 6 ยท 17%
The Security and Compliance domain is about automating security โ not configuring one service, but wiring detection, protection, response, and governance into a pipeline that runs across every account. The exam rewards knowing which service owns which job and how findings turn into automatic action.
๐กThis page focuses on the security service landscape and multi-account governance. The mechanics of policies, roles, and cross-account trust live in the IAM Deep Dive โ treat the two together.
The Four Jobs โ Click Each
Shared Responsibility
AWS โ security OF the cloud
- โข Physical data centers, hardware, hypervisor
- โข Managed-service infrastructure (S3, DynamoDB, Lambda runtime)
- โข Global network and AZ isolation
You โ security IN the cloud
- โข IAM, SCPs, resource policies, MFA
- โข Encryption choices (KMS keys, TLS), key policies
- โข Patching your OS/app (EC2), security groups, data classification
๐ฏThe line shifts with the service model. On EC2 you patch the OS; on Fargate/Lambda AWS patches the runtime and you own only the code and its IAM role. โWho patches the guest OS?โ is a common shared-responsibility cue.