AWS Certified Security – Specialty — Question 231

A security engineer has been tasked with implementing a solution that allows the company's development team to have interactive command line access to
Amazon EC2 Linux instances using the AWS Management Console.
Which steps should the security engineer take to satisfy this requirement maintaining least privilege?

Answer options

Correct answer: A

Explanation

The correct answer, A, ensures that the development team can access EC2 instances securely through AWS Systems Manager without exposing SSH access. Option B is incorrect because it does not utilize Systems Manager effectively. Option C exposes the instances to the internet through SSH, violating the least privilege principle. Option D allows access to the EC2 console but does not provide interactive command line access as required.