AWS Certified Security – Specialty — Question 111

A company requires that SSH commands used to access its AWS instance be traceable to the user who executed each command.
How should a Security Engineer accomplish this?

Answer options

Correct answer: C

Explanation

The correct answer is C because it denies inbound SSH access on port 22 and instead uses AWS Systems Manager Session Manager, which provides a way to track user activity through logging. Options A, B, and D allow direct SSH access, which does not facilitate user traceability as effectively as the Session Manager approach.