Aws sts returns temporary security credentials with an expiration time of
Answers
Answered by
7
Use temporary security credentials from IAM STS to make programmatic requests for AWS resources with the AWS SDKs or API calls........
✔️✔️✔️✔️✔️✔️✔️✔️✔️
Answered by
0
Answer:
As per the configuration
Explanation:
they can be configured to last for anywhere from a few minutes to several hours. After the credentials expire, AWS no longer recognizes them or allows any kind of access from API requests made with them.This temporary security credentials have a limited lifetime, so you do not have to rotate them or explicitly revoke them when they're no longer needed. After temporary security credentials expire, they cannot be reused. You can specify how long the credentials are valid, up to a maximum limit.
Similar questions