0 votes
in AWS Access Management by
How do I control how long a federated user has access to the AWS Management Console?

1 Answer

0 votes
by

Depending on the API used to create the temporary security credentials, you can specify a session limit between 15 minutes and 36 hours (for GetFederationToken and GetSessionToken) and between 15 minutes and 12 hours (for AssumeRole* APIs), during which time the federated user can access the console. When the session expires, the federated user must request a new session by returning to your identity provider, where you can grant them access again.

Related questions

0 votes
asked Sep 15, 2021 in Cloud Computing by rajeshsharma
0 votes
asked Aug 25, 2021 in AWS Access Management by Robindeniel
...