Page 1 of 1

Each month, a business produces a significant number of files and wants to transfer them to Amazon S3 storage via AWS im

Posted: Thu Jul 21, 2022 10:00 pm
by answerhappygod
Each month, a business produces a significant number of files and wants to transfer them to Amazon S3 storage via AWS import/export. To satisfy auditors, the business must maintain a log of which files were loaded into Amazon S3.

What is the most cost-effective method for creating a unique log for each import job?

A. Use the same log file prefix in the import/export manifest files to create a versioned log file in Amazon S3 for all imports.
B. Use the log file prefix in the import/export manifest files to create a unique log file in Amazon S3 for each import.
C. Use the log file checksum in the import/export manifest files to create a unique log file in Amazon S3 for each import.
D. Use a script to iterate over files in Amazon S3 to generate a log after each import/export job.