If one idea decides your result on the CLF-C02, it is this one. The shared responsibility model runs through the entire Security and Compliance domain, and candidates who treat it as a fact to memorise struggle, while candidates who treat it as a way of thinking find that a large share of the domain answers itself. The difference is understanding that the line moves.
The two halves
AWS is responsible for security of the cloud: the data centres, the hardware, the hypervisor, the host operating system, the global network. You are responsible for security in the cloud: your data, who may access it, your IAM configuration, your firewall rules, your encryption settings, your application code.
The reflex that resolves most questions is one half-sentence: if you can configure it, you own it. You can set a bucket’s permissions, so bucket access is yours. You cannot touch the hypervisor, so the hypervisor is AWS’s. Read the item, ask whether you could configure it, and the side is decided.
Why smart people get this wrong: the line moves
The mistake is imagining a single fixed boundary. There isn’t one — the split shifts with how managed the service is:
- On EC2, you own the guest OS and its patches, the firewall rules, everything from the operating system up.
- On RDS, AWS also takes the OS and the database engine; you keep the data and access.
- On Lambda, AWS takes everything up to the runtime; you keep only your code, its configuration and the data.
- On S3, AWS runs all the infrastructure; you own essentially just what you store and who may read it.
The more managed the service, the less of the stack is yours. But notice the constant: across all four, your data and your access control never leave your side. Not once, for any service. That pairing — a moving line with two things that never move — is the whole model.
The traps to expect
Two wordings recur as wrong answers. “Split evenly between AWS and the customer” is almost always wrong, because the model assigns each specific item to exactly one party. And “AWS encrypts everything for you automatically” overstates it — AWS provides encryption tools such as KMS, but choosing and configuring encryption is yours.
How to use the questions below
Answer each one first, then read the explanation past the correct letter to why the other three fail. The distractors here are all real responsibilities placed on the wrong side of the line, or the line frozen where it should move. Being able to spot that on sight — with “if you can configure it, you own it” and “your data is always yours” — is exactly the reflex the exam is testing.
Updated for CLF-C02 (July 2026). The sample questions above are our own work
in the style of the exam — not real exam items. The exam itself is set and marked
by the certification body.