Shared Responsibility Model
Governance & Compliance
Access Management
Security Resources
AWS Responsibilities · Customer Responsibilities · Shifts by Service Type
AWS Artifact · Encryption · Logging · Compliance Frameworks
Data is encrypted when stored on disk. Prevents unauthorized access to physical storage media.
Data is encrypted while moving between systems. Prevents interception during transmission.
Managed service to create and control encryption keys. Integrates with S3, EBS, RDS, and most AWS services. CloudTrail logs every key usage.
Stores, rotates, and retrieves secrets (database passwords, API keys) securely. Applications call the API instead of hardcoding credentials.
IAM · Root User · Least Privilege · MFA · SSO · Federation
Adds a second verification step beyond password. Required for the root user; strongly recommended for all privileged users.
Centrally manage access to multiple AWS accounts and business applications with a single sign-on. Replaces creating IAM users in every account.
Allow users to authenticate with an external identity provider (corporate AD, Google, Facebook) and assume an IAM role — no separate IAM user needed.
Network Security · Threat Detection · Vulnerability Assessment · WAF · Shield
Virtual firewall at the instance level. Controls inbound and outbound traffic for EC2 instances. Stateful — return traffic is automatically allowed.
Default: allow all outbound, deny all inbound. You add ALLOW rules only — no explicit DENY.
Firewall at the subnet level. Controls traffic entering and leaving subnets. Stateless — must define both inbound AND outbound rules explicitly.
Default NACL allows all traffic. Custom NACLs deny all by default.
Protects web applications from common exploits (SQL injection, cross-site scripting). Operates at Layer 7 (HTTP). Deployed on CloudFront, ALB, or API Gateway.
Standard: Free, always-on DDoS protection for all AWS customers.
Advanced: Paid, enhanced protection with 24/7 DDoS response team and cost protection.
30% of CLF-C02 · Security & Compliance
Good luck on the exam!
Shared Responsibility
Governance
Access Management
Security Services