Process Flow - Assuming roles for temporary access
User wants access
Call AssumeRole API
STS returns temporary credentials
Use temporary credentials to access resources
Credentials expire after duration
Access denied if credentials expired
User requests temporary access by calling AssumeRole, receives temporary credentials, uses them, and access ends when credentials expire.