Amazon Cognito has launched Multi-Region Replication (MRR), a new feature designed to enhance the resilience and availability of authentication systems. This update allows user pools to be automatically replicated across multiple AWS Regions, providing near-real-time synchronization of user data and configurations.
The introduction of MRR addresses the complexity traditionally associated with building multi-Region authentication, which often required custom replication solutions. This new capability aims to reduce operational overhead for businesses that need to ensure continuous authentication availability across different geographies.
Amazon Cognito MRR creates a replica user pool in a secondary AWS Region that shares the same user pool ID as the primary user pool. The primary user pool, located in the primary Region, remains the authoritative source for all write operations, including user data updates, configuration changes, and external identity provider settings.
Configurations such as app client IDs, client secrets, user attributes, hashed credentials, and group memberships are replicated to the replica Region with eventual consistency. This ensures that user data is available in multiple locations, supporting disaster recovery and high availability scenarios.
Replica user pools in secondary Regions support user authentication operations, including sign-in, token generation, and token revocation. They also allow read-only operations on user pool configurations and user attributes, such as listing users and groups or describing user pool configurations.
Write operations against user pool configurations and updates to user attributes are not enabled in replica user pools. Attempts to perform these operations in a replica Region will result in an 'Action temporarily unavailable' error for managed logins or an 'OperationNotEnabledException' when using an AWS SDK.
JSON web tokens (JWTs) and active sessions are interoperable between Regions, meaning a refresh token issued in one Region can be used in another. This facilitates seamless user experiences during failover events or when users access applications from different geographical locations.
The new MRR feature is applicable for various use cases, including business-to-consumer (B2C), business-to-business (B2B), and machine-to-machine (M2M) authentication, providing a robust foundation for customer identity and access management systems.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Amazon Cognito now offers Multi-Region Replication (MRR), automatically replicating user pools across AWS Regions with near-real-time synchronization. This feature simplifies building resilient authentication systems by handling user data synchronization, consistency, and failover, reducing operational overhead for businesses scaling globally.