Cost of moving objects between Buckets in S3 from multiple account Under Same region

0

I've developed an application that uploads files to an S3 bucket. Subsequently, I transfer these files to a Micro account using a Glue job, which assumes IAM roles for access and facilitates the file transfer between S3 buckets in different AWS accounts within the same region.

My concern is whether there is a cost associated with copying files from one bucket to another, especially when the buckets belong to two distinct AWS accounts. I came across information about the cost of file replication in S3, such as "S3 Cross-Region Replication, Same-Region Replication, and Replication Time Control," but I'm uncertain if these costs are applicable to the described operation.

For further details, I referred to the AWS S3 pricing page: https://aws.amazon.com/s3/pricing/

2 Answers
1

It clearly says that traffic is except: "Data transferred between S3 buckets in the same AWS Region.", being two different account does matter for this purpose, the data stays in the region.
The costs you mention is when you use the S3 replication service, which you are not using because you say you transfer the files yourself.

profile pictureAWS
EXPERT
answered 6 months ago
profile picture
EXPERT
reviewed a month ago
0

There are no costs in same region for S3

profile picture
answered 6 months ago

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