Question 447:
Certain users from your team need to assume an IAM role called AppAdminAccess for some configuration tasks. When they use the role, they know the specific actions that are required. You want to restrict the permissions when the role is assumed so that only specific actions can be performed in the role session. How would you achieve this requirement?
Answer options:
A.Pass a session policy with AssumeRole API to limit the permissions. B.Attach an IAM policy to the IAM users to limit their permissions. C.Configure a permission boundary to the IAM users to control their maximum permissions. D.This cannot be done using AssumeRole API. Create a new IAM role with the required permissions.