CLF-C02 Exam frequency ★★★★★

Security and Compliance

Security and Compliance

SecurityComplianceCLF-C02AWS
Last organized

A Cloud Practitioner summary of shared responsibility, IAM, data protection, detection, evidence, and multi-account governance.

Essential boundaries

AWS secures of the cloud; customers secure what they configure and place in the cloud. IAM denies by default, explicit Deny wins, root is reserved for root-only tasks, and workloads should use roles with temporary credentials.

Groups contain users only and cannot be nested. Identity-based policies omit Principal, while resource-based and trust policies normally name it. Password policy applies to IAM user console passwords, not root, access keys, or Identity Center passwords.

Service selection

RequirementService
Workforce access across accountsIAM Identity Center
Application customer sign-up and sign-inCognito
Workload accessIAM Role
Encryption keysKMS
Secrets and rotationSecrets Manager
Public TLS certificatesACM
Web request filtering / DDoSWAF / Shield
Threat detection / vulnerabilities / sensitive S3 dataGuardDuty / Inspector / Macie
Investigation / finding aggregationDetective / Security Hub

CloudWatch covers metrics, logs, and alarms; CloudTrail records API activity; Config tracks configuration and compliance; Artifact provides AWS reports; Audit Manager gathers customer-environment evidence.

Organizations manages accounts, OUs, SCPs, and consolidated billing. SCPs restrict but do not grant. Control Tower adds a landing zone, Account Factory, and controls.

IAM credential and permission review

Exam keywordThink first
Password, access-key, and MFA state for every IAM userIAM Credentials Report
Allowed services/actions and last-accessed time for an identity or policyIAM Access Advisor / Last Accessed
External, internal, or unused access; policy validation and generationIAM Access Analyzer
Simulate whether a principal’s action on a resource is allowedIAM Policy Simulator
API calls that actually occurredAWS CloudTrail

Access Advisor is not limited to users; it also applies to roles, groups, policies, and other supported entities. Last-accessed data is not complete real-time audit evidence, so consider business cycles and validate with CloudTrail before removing permissions.

Modern identity and credential review

Prefer IAM Identity Center / federation and temporary credentials for people, and roles for workloads. Credentials Report inventories the root-account row and IAM-user passwords, MFA, access keys, and signing certificates. Access Advisor shows service/action last-accessed data and grant sources. Keep and rotate long-term keys only for compatibility.