DEA-C01 · Question #183
A marketing company uses Amazon S3 to store marketing data. The company uses versioning in some buckets. The company runs several jobs to read and load data into the buckets. To help cost-optimize…
The correct answer is C. Use the Amazon S3 Storage Lens dashboard to gather the information. Amazon S3 Storage Lens provides a comprehensive view of S3 storage usage and activity. It includes metrics such as the number of incomplete multipart uploads and the number of non- current object versions, making it an ideal tool for gathering insights into storage…
Question
A marketing company uses Amazon S3 to store marketing data. The company uses versioning in some buckets. The company runs several jobs to read and load data into the buckets. To help cost-optimize its storage, the company wants to gather information about incomplete multipart uploads and outdated versions that are present in the S3 buckets. Which solution will meet these requirements with the LEAST operational effort?
Options
- AUse AWS CLI to gather the information.
- BUse Amazon S3 Inventory configurations reports to gather the information.
- CUse the Amazon S3 Storage Lens dashboard to gather the information.
- DUse AWS usage reports for Amazon S3 to gather the information.
How the community answered
(23 responses)- A13% (3)
- B9% (2)
- C74% (17)
- D4% (1)
Explanation
Amazon S3 Storage Lens provides a comprehensive view of S3 storage usage and activity. It includes metrics such as the number of incomplete multipart uploads and the number of non- current object versions, making it an ideal tool for gathering insights into storage inefficiencies like outdated versions and incomplete uploads. This solution requires minimal operational effort as it is built into S3 and provides a user-friendly dashboard with detailed insights. Using the AWS CLI to manually list and check multipart uploads and object versions would require scripting and regular execution, leading to higher operational overhead. S3 Inventory provides reports on the objects in your bucket, but it does not directly provide information on incomplete multipart uploads or outdated versions. You would need to process the data further to gather the specific insights. AWS usage reports are more focused on billing and usage rather than detailed storage optimization metrics like incomplete multipart uploads and outdated object versions.
Topics
Community Discussion
No community discussion yet for this question.