Connecting the Six Exam Domains
See how detection, logging, network, identity, data, and governance link.
Connecting the Six Exam Domains is a free AWS Security Academy lesson on CoddyKit — lesson 1 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the AWS Security Academy learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.
The Six SCS-C02 Domains
The AWS Certified Security Specialty (SCS-C02) exam is organized into six domains. Mastering how they connect is more valuable than memorizing services in isolation.
- Threat Detection & Incident Response
- Security Logging & Monitoring
- Infrastructure Security
- Identity & Access Management
- Data Protection
- Management & Security Governance
Domain 1: Threat Detection and IR
Threat Detection and Incident Response covers spotting and reacting to threats.
- GuardDuty detects, Security Hub aggregates, Detective investigates.
- Playbooks and automated remediation contain incidents.
This is where alerts turn into action.
Domain 2: Logging and Monitoring
Security Logging and Monitoring is about visibility and audit trails.
- CloudTrail records API calls; CloudWatch watches metrics and logs.
- VPC Flow Logs and Config add network and configuration history.
You cannot secure what you cannot see.
Domain 3: Infrastructure Security
Infrastructure Security protects the network and edge.
- VPC design, security groups, and NACLs segment traffic.
- WAF, Shield, and Network Firewall defend the edge and inspect traffic.
Defense in depth applies layer by layer.
Domain 4: Identity and Access
Identity and Access Management is the largest, most tested domain.
- IAM users, roles, and policies; STS temporary credentials.
- Identity Center, federation, SCPs, and permission boundaries.
Least privilege is the recurring theme.
Domain 5: Data Protection
Data Protection secures data at rest and in transit.
- KMS manages keys; envelope encryption scales it.
- ACM for TLS, Secrets Manager for credentials, Macie for discovery.
Encryption plus key control is the heart of this domain.
Domain 6: Governance
Management and Security Governance scales security across many accounts.
- Organizations, Control Tower, SCPs, and conformance packs.
- Trusted Advisor and Audit Manager for posture and compliance.
This domain ties everything to organization-wide policy.
How the Domains Interlock
The domains are not silos. A single incident touches all six:
- Detection (D1) reads logs (D2), the attacker crossed the network (D3) using credentials (D4) to reach data (D5), under your governance posture (D6).
Scenario questions weave several domains together.
Cross-Cutting Services
Some services appear across many domains:
- CloudTrail underpins detection, monitoring, and forensics.
- IAM and KMS control access and data everywhere.
- Config supports monitoring and governance.
Know these deeply; they recur constantly.
Weighting of the Domains
The domains are not weighted equally on the exam.
- Identity and Access Management and Infrastructure Security carry the largest share of questions.
- Logging, detection, data protection, and governance fill the rest.
Invest your study time proportionally, giving identity and network the most attention.
Studying by Connection
Rather than flashcards per service, study by workflow: how a finding flows from GuardDuty to remediation, or how a request is encrypted from KMS to disk.
The exam rewards understanding how pieces combine to solve a real problem.
Quick Check
Map a service to its domain.
Recap
You connected the six SCS-C02 domains.
- Detection/IR, Logging, Infrastructure, Identity, Data, and Governance.
- They interlock: real incidents span several at once.
- Cross-cutting services like CloudTrail, IAM, KMS, and Config recur everywhere.
Frequently asked questions
Is the “Connecting the Six Exam Domains” lesson free?
Yes — the full text of “Connecting the Six Exam Domains” is free to read here on the web, and the AWS Security Academy course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the AWS Security Academy course, upgrade to CoddyKit PRO.
What will I learn in “Connecting the Six Exam Domains”?
See how detection, logging, network, identity, data, and governance link. You practise AWS Security Academy with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.
Do I need any experience to start AWS Security Academy?
No prior experience is required. AWS Security Academy on CoddyKit is structured for beginners through advanced learners; this is — lesson 1 of 4, so you can start here or from the beginning and move at your own pace.
How long does the “Connecting the Six Exam Domains” lesson take?
Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.
Can I write and run code in this AWS Security Academy lesson?
Yes. Every AWS Security Academy lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.
All lessons in this course
- Connecting the Six Exam Domains
- Designing Layered Defense Scenarios
- Decoding Tricky Scenario Questions
- Your Final Study Plan and Checklist