Login
Remember
Register
Ask a Question
Can a temporary security credential be revoked prior to its expiration?
0
votes
asked
Aug 25, 2021
in
AWS Access Management
by
Robindeniel
Can a temporary security credential be revoked prior to its expiration?
security-credentials
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 25, 2021
by
Robindeniel
When requesting temporary credentials, we recommend the following:
When creating temporary security credentials, set the expiration to a value that is appropriate for your application.
Because root account permissions cannot be restricted, use an IAM user and not the root account for creating temporary security credentials. You can revoke permissions of the IAM user that issued the original call to request it. This action almost immediately revokes privileges for all temporary security credentials issued by that IAM user
...