Question 133:
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?
Answer options:
A.TheSecretAccessKey can be used like Access keys to make request to resources. B.The application will assume the role of arn:aws:sts::123456789012:assumed-role/demo/John C.The session token will be valid for the lifetime of the application. D.The Request ID can be used to make requests to access other AWS resources.