IAM: Who Can Do What, and How AWS Decides
Almost every security question on this exam reduces to identity. You need to know which identity type belongs where, how policies combine, and which controls act as ceilings rather than grants.
Exam tip. If a question says an account administrator must not be able to override the control, the answer is an SCP. If it says a developer-created role must stay within limits, it is a permissions boundary.
Encryption, Key Management and Keeping S3 Private
Data protection questions split into three: is it encrypted at rest, is it encrypted in transit, and can anyone reach it who should not. Each has a distinct set of correct answers, and the exam deliberately mixes the three.
Exam tip. Encryption never answers a public-exposure question and Block Public Access never answers an encryption question. Read which of the three the scenario is actually about.
How a VPC Is Put Together, and Where Traffic Can Actually Go
Most network questions on this exam are answered by knowing which component creates a path and which one filters it. Get the routing right first, then the filtering.
Exam tip. If a question forbids internet transit for S3 traffic, the answer is a gateway endpoint. If it forbids inbound access but allows patching, it is a NAT gateway.
The Security Services, Sorted by the Question They Answer
AWS has a dozen security services and the exam mostly tests whether you can pick the right one. Each answers a different question, and the wrong answers in a question are usually the other services in this list.
Exam tip. Read the verb in the question. Detect, classify, scan, investigate and aggregate each map to exactly one service.
Which Control Blocks What, and Where
Traffic questions are answered by knowing the layer each control operates at. Choosing a security group when the question needs a WAF, or a NACL when it needs a route change, is the most common way to lose these marks.
Exam tip. If the requirement names a domain or a URL pattern, the answer is layer 7. If it names an address or a port, it is a security group or NACL.
Every Way an Application Can Get AWS Credentials, Ranked
A large share of security questions reduce to: how does this thing authenticate? There is a clear ranking, and the wrong answers are always further down it.
Exam tip. If an answer stores a long-lived key anywhere, look for the role-based option. It is nearly always present and nearly always correct.
Proving What Happened, and Proving It Was Not Changed
Audit questions split into three: what is recorded, can it be trusted, and can it be destroyed. Each has a distinct AWS answer and they are frequently mixed in one question.
Exam tip. Read whether the requirement is detect, prove or prevent. Validation detects tampering; Object Lock prevents it.