简体   繁体   中英

Cross Region Replication for distributing data S3

Can we use cross region Replication to distribute data to 1000 of AWS account ? The data will be copied to thier S3 bucket and It will based on push model . As replication works on event.

Is there possibly limitations in this approach ? I know AWS doc does not specify thos approach.

This is not supported by AWS S3 Replication. For one origin S3 bucket, it can only replicate objects to one destination. [ ref ]

I don't think this is a good idea. Here are the reasons. Even if there is no limit to the number of AWS accounts that you can distribute your objects into, it's very likely that you will also hit other limits. For example, the source S3 bucket can only support 3,500 PUT/COPY/POST/DELETE or 5,500 GET/HEAD requests per second per prefix, which is not enough for distributing objects to 1000 AWS accounts in near real-time. You probably will hit the size limit of the S3 resource policy as well in order to do cross-account replication.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM