简体   繁体   English

AWS Cognito:跨区域用户池复制(移动或共享)

[英]AWS Cognito: cross region user pool replication (moving or sharing)

Just came to my attention that there are now more regions supporting Cognito.我刚刚注意到现在有更多地区支持 Cognito。 Is it possible to move a user pool from one region to another?是否可以将用户池从一个区域移动到另一个区域?

AWS Cognito, does not replicate ( moving or sharing) the user pools across the regions at the moment, if your users / clients are closer to the region then there will be a minimum propagation delays and users will have a better speed to get the resources from the data center. AWS Cognito当前不跨区域复制(移动或共享)用户池,如果您的用户/客户端距离该区域较近,则传播延迟将最小,并且用户将更快地获取资源从数据中心。

If you want to authenticate your users across the region that will be possible by the API they have provided (For example, in javascript sdk you need to mention the region while setting up API for authentication and accessing resources). 如果要通过区域提供的API对用户进行身份验证(例如,在javascript sdk中,您需要在设置API进行身份验证和访问资源时提及区域)。

For the folks tuning in now, As of June 2020 cognito supports multi-region user pools.对于现在调整的人们,截至 2020 年 6 月,cognito 支持多区域用户池。

https://aws.amazon.com/about-aws/whats-new/2020/04/introducing-multi-region-user-pools/ https://aws.amazon.com/about-aws/whats-new/2020/04/introducing-multi-region-user-pools/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM