AWS - S3 Multi Region Access Point
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiknVDmDO-YsFJ-oZvKsBmuA3eVS04igQ04HuPgHYxxy9f6VH-3lfO09s-f7HFsTKBLWzBItmwI5mrPmUVKelUd8iFxbiADgoPt7Em1oiqZk-fwafSfiJSWJLzNmpOSIcr2FYVfDnWtjYJNQ2yRf1wrm1j9v39WgSUYq_-kLVsWN0K9OOyWkHHQvDfsyUI/s320/63178de0492be32979c9acf7_aws-logo.png)
Amazon S3 Multi-Region Access Points provide a global endpoint that applications can use to fulfill requests from S3 buckets that are located in multiple AWS Regions. You can use Multi-Region Access Points to build multi-Region applications with the same architecture that's used in a single Region, and then run those applications anywhere in the world. Let's get started. I am going to create 2 buckets each under a different region. Next, We need to create a multi-regional access point with the 2 buckets. Next, We need to configure bi-directional replication between the buckets. This replication can be configured from the Multi-Region Access Point. If the buckets are configured using AWS KMS, then the replication has to be configured manually. Now, We have the replication configured. And we need to setup failover configuration. There are 2 configurations: 1) ACTIVE-ACTIVE. 2) ACTIVE-PASSIVE. I am going to set up ACTIVE-PASSIVE. Next comes the IAM. To access...