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
asked 2 years ago594 views
1 Answer
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
answered 2 years ago
profile pictureAWS
EXPERT
kentrad
reviewed 2 years ago
  • What AWS services can be performed monthly? Because I read all this information and I didn't find any information about scheduling.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions