AアカウントからBアカウントにS3バケットのデータを移行する際、最小コストで実施する方法とは?
0
I'm thinking of migrating S3 bucket data using the following method. -Create an AWS CLI user at the migration source, create an S3 bucket at the migration destination, and attach a bucket policy. -Execute the CLI command from the migration source to copy the objects in the bucket. In that case, the cost will be about 50,000 yen because the bucket x 4 and the total data amount: 4.0TB. Please let me know if there is a way to migrate with minimal cost.
Topics
asked 2 months ago2 views
1 Answers
0
Hello
You use the AWS Data Sync to migrate the objects, Here is the link https://aws.amazon.com/blogs/storage/how-to-use-aws-datasync-to-migrate-data-between-amazon-s3-buckets/
Thanks GK
answered 2 months ago
Relevant questions
DMS charges for target S3 Bucket PUTs
Accepted Answerasked 2 years agoHow do I create a role for AWS Batch using the CLI
asked 17 days agoAdding the filename as a column in the output
asked 4 years agoStorage Gateway migration between accounts
Accepted Answerasked 2 years agoLocal Zip Files Transferred to S3
asked a month agoMeta data not retained using DataSync.
Accepted Answerasked 2 years agoAvoid metadata from Athena with Boto 3
asked 2 months agoAアカウントからBアカウントにS3バケットのデータを移行する際、最小コストで実施する方法とは?
asked 2 months agoS3 permissions STS assume role bucket to bucket copy
Accepted Answerasked 5 years agoEnable Partitioning in Data Migration Service using console
asked 5 months ago
Thank u!Check and try.