AWS Certified Cloud Practitioner / Question #1057 of 719

Question #1057

A company needs to monitor metadata attributes, storage locations, and directory structures for its Amazon S3 objects. Which S3 feature will meet this requirement?

A

S3 Inventory report

B

S3 Lifecycle

C

S3 Versioning

D

S3 ACLs

Explanation

S3 Inventory report (A) is designed to generate comprehensive reports about S3 objects, including metadata attributes (e.g., size, encryption status), storage locations (bucket and object keys), and directory structures (via object key paths). These reports can be scheduled and exported for analysis.

Other options are incorrect because:
- B. S3 Lifecycle manages object transitions/expiry, not monitoring.
- C. S3 Versioning tracks object versions but does not provide metadata/structure reports.
- D. S3 ACLs handle access permissions, unrelated to monitoring metadata/storage details.

Key Points:
- S3 Inventory is the primary tool for auditing object metadata and organizational structure.
- Reports can be configured to include specific metadata fields and object details.
- Use cases include compliance auditing, storage analysis, and operational monitoring.

Answer

The correct answer is: A