QuestionQ85
Data Security and GovernanceA company is uploading log files from on-premises servers to an Amazon S3 bucket. The company must verify that the logs on the on-premises server are identical to the logs stored in the S3 bucket.
Which solution satisfies this requirement?
- A Use the AWS SDK to automatically compute CRC32 checksums during the upload. Store the checksums in S3 object metadata.
- B Create an AWS Lambda function to calculate SHA-256 checksums. Store results in a separate metadata table. Validate the logs after the upload.
- C Enable S3 Object Lock in compliance mode on the S3 bucket. Upload the objects to the bucket.
- D After uploading the objects to the S3 bucket, enable S3 Object Lock in governance mode on the S3 objects.
Community Discussion