AWS Certified Security – Specialty — Question 185

A security engineer is responsible for providing secure access to AWS resources for thousands of developers in a company's corporate identity provider (IdP). The developers access a set of AWS services from their corporate premises using IAM credentials. Due to the volume of requests for provisioning new IAM users, it is taking a long time to grant access permissions. The security engineer receives reports that developers are sharing their IAM credentials with others to avoid provisioning delays. This causes concern about overall security for the security engineer.
Which actions will meet the program requirements that address security?

Answer options

Correct answer: B

Explanation

The correct answer is B, as creating a federation between AWS and the corporate IdP allows for streamlined user management and eliminates the need for individual IAM user creation, thus reducing credential sharing. Option A focuses on monitoring rather than prevention, while C limits access based on location but does not address the underlying issue of user management. Option D complicates the IAM role structure without resolving the provisioning delays.