How to move all files from one region to the other in S3

0

We are having huge amount of data in our S3 in a specific region we want to move all the data to a different location Is there any cost efficient way to achieve this outcome.

已提問 1 年前檢視次數 1129 次
2 個答案
1

Hi! There are lot of possible combinations to save money, i don't know which one suits you best.

  • Using S3 batch operations for Cross region replication.
  • Using AWS Data sync.
  • Use AWS CLI SYNC, if you have small amount of data
  • Can user snowball for large amount of data transfer.
  • Using Privatelink with storage gateway and s3 endpoint for data transfer.

Obviously, transferring data inside aws is cheaper than transferring through local file system. There can be more of these like shifting storage classes, or create a gateway between VPCs for direct access. etc.

Hope this help.

profile picture
已回答 1 年前
0

I am unsure what you mean by "to a different location". If it is another AWS S3 bucket in a different region, you can check S3 cross region replication.

If it is a different location, you can checkout the AWS DataSync service. This can also be used to move data between different S3 buckets.

profile pictureAWS
支援工程師
已回答 1 年前
profile picture
專家
已審閱 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南