AWS S3 Cross region Replication
AWS S3 support cross region replication.It means data can be replicated automatically across regions.
- Minimize latency
- Meet compliance requirements
- Maintain object copies under different ownership
- Increase operational efficiency
- Need two Buckets
- Enabled versioning on both the buckets
- Create replication Policy
- Choose IAM role
- Choose source and destination bucket
One more thing if you have any object in your source bucket before implementing replication policy those objects will not be replicated. You will have to move all these objects manually with the help of AWS cli.
Comments
Post a Comment