AWS Certified SysOps Administrator – Associate (legacy) — Question 658

The chief financial officer (CFO) of an organization has seen a spike in Amazon S3 storage costs over the last few months. A SysOps administrator suspects that these costs are related to storage for older versions of S3 objects from one of its S3 buckets.
What can the administrator do to confirm this suspicion?

Answer options

Correct answer: D

Explanation

Amazon CloudWatch provides daily storage metrics for S3 buckets, including specific dimensions for noncurrent object versions (such as StandardStorage and StandardStorage-NoncurrentVersion under BucketSizeBytes), allowing administrators to quickly verify the exact storage consumption of older versions. While S3 Inventory could eventually provide this data, it requires configuring reports and querying them with Athena, whereas CloudWatch storage metrics are enabled by default and provide the quickest way to confirm the suspicion. S3 Analytics and cost allocation tags are not designed to directly measure and break down total storage size by version state in this manner.