- Home
- All questions
- Question 75
AWS Certified Solutions Architect study material · question 75 of 500
How does an application stop using a role it assumed programmatically?
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