ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

580 / 690

Question 580:

You have an application on EC2 which stores the files in an S3 bucket. EC2 is being launched using a role that has GetObject permissions on the S3 bucket defined in its policy. The users who authenticate this application will get a pre-signed URL for the files in an S3 bucket using EC2 role temporary credentials. However, users are reporting that they get an error when accessing pre-signed URLs. What could be the reason? (SELECT TWO)

Answer options:

A.Pre-Signed URLs expired.
B.Logged in user must be an IAM user to download the file through a pre-signed URL.
C.Bucket has a "Deny" policy. EC2 role not whitelisted in the policy statement with Allow.
D.The default policy on temporary credentials does not have GetObject privileges on a S3 bucket.