Solved

An Engineering Team Is Developing and Deploying AWS Lambda Functions

Question 555

Multiple Choice

An engineering team is developing and deploying AWS Lambda functions. The team needs to create roles and manage policies in AWS IAM to configure the permissions of the Lambda functions. How should the permissions for the team be configured so they also adhere to the concept of least privilege?


A) Create an IAM role with a managed policy attached. Allow the engineering team and the Lambda functions to assume this role.
B) Create an IAM group for the engineering team with an IAMFullAccess policy attached. Add all the users from the team to this IAM group.
C) Create an execution role for the Lambda functions. Attach a managed policy that has permission boundaries specific to these Lambda functions.
D) Create an IAM role with a managed policy attached that has permission boundaries specific to the Lambda functions. Allow the engineering team to assume this role.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions