Security, Identity, and Compliance
Security is the largest topic on the exam. This chapter explains the AWS shared responsibility model, how Identity and Access Management (IAM) controls who can do what, and the many services AWS provides for protection, detection, and compliance. You will also learn core practices such as least privilege, MFA, and encryption in transit and at rest.
The shared responsibility model
Security in AWS is a partnership. AWS is responsible for security 'of' the cloud, meaning the infrastructure, while customers are responsible for security 'in' the cloud, meaning their data and configurations. The exact split shifts depending on the service used.
Identity and Access Management (IAM)
IAM controls authentication and authorization in AWS. It lets you create users, organize them into groups, define roles for temporary access, and attach policies that grant or deny specific permissions.
Protecting the account and credentials
Strong account hygiene is a foundation of AWS security. Special care is required for the root user, and multi-factor authentication greatly reduces the risk of compromised sign-ins.
Detection, monitoring, and network protection
AWS offers services to detect threats, audit activity, and filter malicious traffic. Together they help you monitor your environment and respond to security events.
Encryption and compliance
Protecting data and demonstrating compliance are essential. AWS provides key management, certificate services, and access to compliance documentation.
Last updated: July 2026