Study. uk . com
  1. Home
  2. All questions
  3. Question 75

AWS Certified Solutions Architect study material · question 75 of 500

How does an application stop using a role it assumed programmatically?

  1. It deletes the role session from the IAM console
  2. It stops using the temporary credentials and resumes calls with its original ones
  3. It calls an ExitRole operation on AWS STS
  4. It waits for the role's trust policy to be detached
Show the answer

Answer: B. It stops using the temporary credentials and resumes calls with its original ones

Unlike a console user, an application does not exit a role; it simply stops using the temporary credentials AssumeRole returned.

Source: Common scenarios for IAM roles (Amazon Web Services) — Common scenarios for roles

Challenge yourself on this topic → Study as cards