Which solution will meet these requirements with the LEAST operational overhead?
Configure AWS Config with a rule to report the incomplete multipart upload object count.
Create a service control policy (SCP) to report the incomplete multipart upload object count.
Configure S3 Storage Lens to report the incomplete multipart upload object count.
Create an S3 Multi-Region Access Point to report the incomplete multipart upload object count.
Explanations:
AWS Config can monitor and report on resource configurations and compliance, but it does not specifically track multipart uploads in S3, making it less suited for this particular use case.
Service Control Policies (SCPs) are used to manage permissions across AWS accounts within an organization. They cannot be used to directly report on or track multipart uploads in S3.
S3 Storage Lens provides detailed insights into storage usage and activity across multiple accounts and regions, including reporting on incomplete multipart uploads, which aligns with the company’s requirements. It offers a low operational overhead solution.
S3 Multi-Region Access Points facilitate cross-region data access but do not provide reporting capabilities for multipart uploads. They do not address the requirement for monitoring incomplete multipart uploads directly.