Amazon API Gateway Adds Multi-Region Failover Capability
Amazon Web Services has published guidance on implementing a multi-Region API Gateway architecture with a failover mechanism. The new method is independent of AWS control plane operations.

Amazon Web Services (AWS) has released a guide detailing how organizations can transition from a single-Region API Gateway architecture to a multi-Region setup. This new design incorporates a failover mechanism that operates independently of AWS control plane operations, aligning with AWS Well-Architected best practices.
Many organizations currently utilize a regional Amazon API Gateway endpoint, which offers a balance of resilience, simplicity, and cost-effectiveness. However, business criticality, regulatory mandates, or disaster recovery objectives may necessitate deploying APIs across multiple regions.
The newly outlined approach allows for failover management without dependence on the primary AWS region. This is crucial for maintaining resilient functionality, even if the primary region becomes unavailable. By ensuring failover control operations do not rely on the primary region's functionality, downtime can be minimized.
AWS is providing open-source code on GitHub to facilitate the deployment and testing of this architecture. This enables organizations to build independent, resilient solutions that can operate without continuous reliance on control logic that might reside within a primary region.