AWS Certified Security – Specialty (SCS-C02) — Question 190

A company wants to remove all SSH keys permanently from a specific subset of its Amazon Linux 2 Amazon EC2 instances that are using the same IAM instance profile. However, three individuals who have IAM user accounts will need to access these instances by using an SSH session to perform critical duties.

How can a security engineer provide the access to meet these requirements?

Answer options

Correct answer: C

Explanation

The correct answer is C because it allows the instances to be managed by Systems Manager, enabling the IAM user accounts to connect securely without SSH keys using Session Manager. Option A incorrectly suggests using Systems Manager Inventory, which does not facilitate direct connection. Option B focuses on Run Command, which is not designed for interactive SSH sessions. Option D relies on the AWS Management Console, which does not align with the requirement to remove SSH keys.