ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

133 / 474

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?
image

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.