AWS - S3 Replication
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDPBjDWIY4nsZ1ltyqnGhyB-CBH6CzBw2pSXX40tJ74JKEMH_BntpE2K3opm0IdxSopF8SLMG_IQecqvgfRyaUd51xN6foiYE__08zljcgFWEcQyUY7SxKP64i2goP9TeOjcQVNcGN6GK0B0hDMCrKXHaxR-oYeBOc16RrkeZYmnSQ55uD1WYJo64C/s320/63178de0492be32979c9acf7_aws-logo.png)
In this post will see what is s3 replication and how to use it. Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. Buckets that are configured for object replication can be owned by the same AWS account or by different accounts. You can replicate objects to a single destination bucket or to multiple destination buckets. The destination buckets can be in different AWS Regions or within the same Region as the source bucket. To automatically replicate new objects as they are written to the bucket, use live replication, such as Cross-Region Replication (CRR). To replicate existing objects to a different bucket on demand, use S3 Batch Replication . To enable CRR, you add a replication configuration to your source bucket. The minimum configuration must provide the following: The destination bucket or buckets where you want Amazon S3 to replicate objects. An AWS Identity and Access Management (IAM) role that Amazon S3 can assum...