AWS Certified Solutions Architect – Professional — Question 55

An organization hosts an app on EC2 instances which multiple developers need access to in order to perform updates.
The organization plans to implement some security best practices related to instance access.
Which one of the following recommendations will not help improve its security in this way?

Answer options

Correct answer: B

Explanation

Option B is incorrect because allowing only IAM users to connect with their SSH keys does not specifically enhance security; it merely maintains the existing access method. Options A, C, and D all contribute to improved security: disabling password logins reduces attack vectors, revoking access rights prevents unauthorized access, and applying OS patches protects against vulnerabilities.