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.

...