AWS Certified SysOps Administrator – Associate (legacy) — Question 85

A root account owner has created an S3 bucket testmycloud. The account owner wants to allow everyone to upload the objects as well as enforce that the person who uploaded the object should manage the permission of those objects. Which is the easiest way to achieve this?

Answer options

Correct answer: C

Explanation

Using ACLs (Access Control Lists) with the bucket is the most straightforward method to allow public uploads while also granting the uploader control over their object permissions. The other options involve creating bucket policies or IAM users, which are more complex and do not directly provide the required permissions for everyone to upload objects easily.