An application is making a request to AWS STS for temporary access credentials.
Below is the response being received. Which of the following is TRUE with regards to the above response?
Click on the arrows to vote for the correct answer
A. B. C. D.Answer - B.
Some of the aspects that get incorporated in the call to STS are.
The Amazon Resource Name (ARN) of the role that the app should assume.
The duration, which specifies the duration of the temporary security credentials.
A role session name, which is a string value that you can use to identify the session.
This value can be captured and logged by CloudTrail to help you distinguish between your role users during an audit.
Options A and D are incorrect because you need the session token to make requests to access other AWS resources.
Option C is incorrect because these tokens are short-lived.
For more information on temporary access credentials, please refer to the below URL-
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html