Which feature of Amazon S3 can the company use to meet this requirement?
S3 Versioning
S3 bucket policy
S3 Glacier Vault Lock
S3 multi-factor authentication (MFA) delete
Explanations:
S3 Versioning allows for keeping multiple versions of an object, but it doesn’t provide WORM (Write Once, Read Many) capabilities, as it still allows for deletion or overwriting of versions.
S3 bucket policy is used for managing access control to the S3 resources but does not enforce WORM compliance or prevent deletion of objects.
S3 Glacier Vault Lock provides a way to enforce WORM retention policies, making it the correct choice for meeting legal and compliance obligations for archiving.
MFA delete requires multi-factor authentication to delete objects, but it doesn’t provide WORM capabilities for preventing modifications or deletions of archived data.