Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam AWS-Certified-Developer-Associate Topic 2 Question 2 Discussion

Actual exam question for Amazon's AWS-Certified-Developer-Associate exam
Question #: 2
Topic #: 2
A developer is managing an application that uploads user files to an Amazon S3 bucket named companybucket. The company wants to maintain copies of all the files uploaded by users for compliance purposes, while ensuring users still have access to the data through the application.
Which IAM permissions should be applied to users to ensure they can create but not remove files from the bucket?

Suggested Answer: D Vote an answer

Explanation
To accomplish: "can create but not remove files"
-- Need: "Put Object"
-- Don't need: "Delete Object"
https://docs.aws.amazon.com/cli/latest/reference/s3api/put-object.html

by Jesse at May 11, 2026, 02:14 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.