Q38 — AWS SAA-C03 Ch.11

Question 38 of 100 | ← Chapter 11

Q738. A global company runs its applications in multiple AWS accounts in AWS Organizations. The company's applications use multipart uploads to upload data to multiple Amazon S3 buckets across AWS Regions. The company wants to report on incomplete multipart uploads for cost compliance purposes.Which solution will meet these requirements with the LEAST operational overhead?

Correct Answer: C. Configure S3 Storage Lens to report the incomplete multipart upload object count.

Explanation

To meet the requirements of reporting on incomplete multipart uploads for cost compliance purposes across multiple AWS accounts in AWS Organizations with the least operational overhead, the solution that would best fit these requirements is:C. Configure S3 Storage Lens to report the incomplete multipart upload object count.Option C, configuring S3 Storage Lens to report the incomplete multipart upload object count, would meet the requirements with the least operational overhead.S3 Storage Lens is a feature of Amazon S3 that provides organization-wide visibility into object storage usage, activity trends, and operational efficiencies. It allows you to generate insights and analytics based on your S3 storage usage across multiple accounts and regions.By configuring S3 Storage Lens, you can set up metrics and filters to report on various aspects of your S3 storage, including incomplete multipart uploads. You can define a lens configuration to specifically monitor and report on the count of incomplete multipart uploads across your AWS accounts in AWS Organizations. This will provide the required information for cost compliance purposes.Option A, configuring AWS Config with a rule to report the incomplete multipart upload object count, is not the most suitable solution for reporting on incomplete multipart uploads with the least operational overhead. AWS Config is primarily focused on tracking configuration changes and compliance, and while it can be used to track S3 bucket configurations, it does not provide specific built-in capabilities for reporting on incomplete multipart uploads.Option B, creating a service control policy (SCP) to report the incomplete multipart upload object count, is not a suitable solution for this requirement. SCPs are used to manage permissions and access control at the organizational level, and they do not provide the reporting capabilities needed to track incomplete multipart uploads.Option D, creating an S3 Multi-Region Access Point to report the incomplete multipart upload object count, is not the most suitable solution for reporting on incomplete multipart uploads with the least operational overhead. S3 Multi-Region Access Points allow you to access and replicate data across multiple AWS Regions, but they do not provide specific capabilities for reporting on incomplete multipart uploads.Therefore, the most suitable solution that meets the requirements with the least operational overhead is C: Configure S3 Storage Lens to report the incomplete multipart upload object count. This solution provides the necessary visibility and reporting capabilities for tracking incomplete multipart uploads across multiple AWS accounts in AWS Organizations.