AWS Certified SysOps Administrator – Associate — Question 287
A SysOps administrator manages a company's Amazon S3 buckets. The SysOps administrator has identified 5 GB of incomplete multipart uploads in an S3 bucket in the company's AWS account. The SysOps administrator needs to reduce the number of incomplete multipart upload objects in the S3 bucket.
Which solution will meet this requirement?
Answer options
- A. Create an S3 Lifecycle rule on the S3 bucket to delete expired markers or incomplete multipart uploads.
- B. Require users that perform uploads of files into Amazon S3 to use the S3 TransferUtility.
- C. Enable S3 Versioning on the S3 bucket that contains the incomplete multipart uploads.
- D. Create an S3 Object Lambda Access Point to delete incomplete multipart uploads.
Correct answer: A
Explanation
An Amazon S3 Lifecycle rule can be configured to automatically abort and delete incomplete multipart uploads after a specified number of days, which directly reduces storage costs and clutter. Using S3 TransferUtility or S3 Versioning does not clean up existing incomplete uploads, and S3 Object Lambda is used to transform data retrieved from S3 rather than managing object lifecycles.