ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

665 / 690

Question 665:

Your organization AWS Setup has an AWS S3 bucket which stores confidential documents which can be only downloaded by users authenticated and authorized via your application. You do not want to create IAM users for each of these users and as a best practice you have decided to generate AWS STS Federated User temporary credentials each time when a download request is made and then use the credentials to generate presigned URL and redirect user for download. However, when user is trying to access the presigned URL, they are getting Access Denied Error. What could be the reason?

Answer options:

A.AWS STS service must be given access in S3 bucket ACL.
B.IAM User used to generate Federated User credentials does not have access on S3 bucket.
C.IAM Role used to generate Federated User credentials does not have access on S3 bucket.
D.Your application must be whitelisted in AWS STS service to perform FederatedUser action.