ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

472 / 474

Question 472:

An HR Firm is planning to use Access Point to manage access to many objects stored in Amazon S3 buckets. Creating an Access Point ARN as below will represent which objects to be accessed?
 arn:aws:s3:us-east-2:123456789012:accesspoint/test/object/unit-05/hr/*

Answer options:

A.Represents all objects under prefix object/unit-05/hr for access point name test belonging to account 123456789012 in us-east-2 region.
B.Represents all objects under prefix object/unit-05/hr for bucket name test belonging to account 123456789012 in us-east-2 region.
C.Represents all objects under prefix unit-05/hr for bucket name test belonging to account 123456789012 in us-east-2 region.
D.Represents all objects under prefix unit-05/hr for access point name test belonging to account 123456789012 in us-east-2 region.