List of questions
Related questions
Question 872 - SAA-C03 discussion
A company stores customer data in a multitenant Amazon S3 bucket. Each customer's data is stored in a prefix that is unique to the customer. The company needs to migrate data for specific customers to a new. dedicated S3 bucket that is in the same AWS Region as the source bucket. The company must preserve object metadata such as creation date and version IDs.
After the migration is finished, the company must delete the source data for the migrated customers from the original multitenant S3 bucket.
Which combination of solutions will meet these requirements with the LEAST overhead? (Select THREE.)
Create a new S3 bucket as a destination bucket. Enable versioning on the new bucket.
Use S3 batch operations to copy objects from the specified prefixes to the destination bucket.
Use the S3 CopyObject API, and create a script to copy data to the destination S3 bucket.
Configure S3 Same-Region Replication (SRR) to replicate existing data from the specified prefixes in the source bucket to the destination bucket.
Configure AWS DataSync to migrate data from the specified prefixes in the source bucket to the destination bucket.
Use an S3 Lifecycle policy to delete objects from the source bucket after the data is migrated to the destination bucket.
0 comments
Leave a comment first