An employee requires temporary access to create several Amazon S3 buckets. Which option would be the best choice for this task?

A. AWS account root user
B. IAM group
C. IAM role
D. Service control policy (SCP)



Answer :

Final answer:

IAM role is the best choice for an employee needing temporary access to create Amazon S3 buckets.


Explanation:

IAM role would be the best choice for an employee requiring temporary access to create several Amazon S3 buckets.

An IAM role is a set of permissions that define what actions and resources an entity, such as an employee, can access within an AWS account. IAM roles are meant for temporary access needs and can be easily assigned and revoked as required.

By granting the employee an IAM role with the necessary permissions to create Amazon S3 buckets, you ensure that the access is limited to the specific task at hand, following the principle of least privilege.


Learn more about IAM role for temporary access in AWS here:

https://brainly.com/question/38232699