A company runs its application on Amazon EC2 instances. Under the AWS shared responsibility model, which task is the responsibility of the customer rather than AWS?
- AMaintaining the physical security of the data centres that host the instances
- BInstalling operating system patches on the guest operating system of the instances Correct
- CPatching the firmware of the underlying host servers that run the hypervisor
- DReplacing failed physical disks in the storage racks that back the volumes
Why A is wrong: Physical security of the facilities is security OF the cloud, which AWS owns; the customer never sees the hardware, so this cannot be a customer task.
Why B is correct: On Amazon EC2 the customer controls the guest operating system, so patching, updating and hardening that OS is squarely a customer responsibility.
Why C is wrong: Host firmware and the hypervisor sit below the guest OS boundary, so AWS maintains them; a candidate may confuse host patching with guest patching.
Why D is wrong: Hardware replacement is part of the global infrastructure AWS operates; customers have no physical access, so this is never their duty.