List of questions
Related questions
Question 159 - DVA-C02 discussion
A company has an application that is hosted on Amazon EC2 instances The application stores objects in an Amazon S3 bucket and allows users to download objects from the S3 bucket A developer turns on S3 Block Public Access for the S3 bucket After this change, users report errors when they attempt to download objects The developer needs to implement a solution so that only users who are signed in to the application can access objects in the S3 bucket.
Which combination of steps will meet these requirements in the MOST secure way? (Select TWO.)
A.
Create an EC2 instance profile and role with an appropriate policy Associate the role with the EC2 instances
B.
Create an 1AM user with an appropriate policy. Store the access key ID and secret access key on the EC2 instances
C.
Modify the application to use the S3 GeneratePresignedUrl API call
D.
Modify the application to use the S3 GetObject API call and to return the object handle to the user
E.
Modify the application to delegate requests to the S3 bucket.
Your answer:
0 comments
Sorted by
Leave a comment first