0 votes
in AWS Access Management by
How can IAM users request temporary security credentials for their own use?

1 Answer

0 votes
by

IAM users can request temporary security credentials for their own use by calling the AWS STS GetSessionToken API. The default expiration for these temporary credentials is 12 hours; the minimum is 15 minutes, and the maximum is 36 hours.

You can also use temporary credentials with Multi-Factor Authentication (MFA)-Protected API Access.

Related questions

0 votes
asked Aug 9, 2021 in AWS Access Management by rajeshsharma
0 votes
asked Aug 12, 2021 in AWS Access Management by Robindeniel
...