I need to transfer objects from s3 bucket to another s3 in the same account

0

I have 2 buckets and I need to transfer large amounts of data (1TB) from one bucket to another every months (very important). How can I do this (the best variant)? I think the best variant is aws cli because s3 batch, SRR, S3 DataSync don't have the ability to do this on a monthly schedule(

Yurii
已提问 2 年前611 查看次数
1 回答
1

Options - https://aws.amazon.com/premiumsupport/knowledge-center/s3-large-transfer-between-buckets/

If it is a continuous process, would you want to consider S3 replication? https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication.html

Make sure you also refer the considerations of replication - e.g. versioning on both source and destination buckets, etc.

profile pictureAWS
已回答 2 年前
profile pictureAWS
专家
kentrad
已审核 2 年前
  • What AWS services can be performed monthly? Because I read all this information and I didn't find any information about scheduling.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则