简体   繁体   English

aws congnito 用户池迁移到新账户

[英]aws congnito user pool migration to the new account

I have total 600 users in the aws congnito user pool in my old aws account, and i want to move/migrate all the users to my new aws account.我的旧 aws 帐户中的 aws congnito 用户池中共有 600 个用户,我想将所有用户移动/迁移到我的新 aws 帐户。 It is possible to migrate aws congnito users from one aws account to another.可以将 aws congnito 用户从一个 aws 帐户迁移到另一个。

Please Help Me.请帮我。

I checked through every document linked to Congnito, but I was unable to find a document for moving Congnito users between AWS accounts.我检查了链接到 Congnito 的每个文档,但找不到用于在 AWS 账户之间移动 Congnito 用户的文档。

You should consider to use cognito-backup-restore npm tool.您应该考虑使用cognito-backup-restore npm 工具。 It's easy to use and oriented to What you require, but there are some important points to take into account:它易于使用并以您的需求为导向,但有一些要点需要考虑:

  • You need the AWS CLI and security credentials installed and well configured locally, preferably use IAM roles to access Cognito.您需要在本地安装并配置好 AWS CLI 和安全凭证,最好使用 IAM 角色来访问 Cognito。
  • You're backing up users from Cognito user pool to a JSON file locally, so do it in a safe environment and remove the file after restoring the backup.您正在将用户从 Cognito 用户池备份到本地的 JSON 文件,因此请在安全的环境中执行此操作并在恢复备份后删除该文件。
  • There is no way of getting passwords of the users in Cognito, so you may need to ask them to make use of ForgotPassword to recover their account.在 Cognito 中无法获取用户的密码,因此您可能需要让他们使用 ForgotPassword 来恢复他们的帐户。

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

相关问题 使用 Terraform 为 AWS Cognito 用户池设置账户恢复首选项 - Set account recovery preference for AWS Cognito User Pool with Terraform 无法在新创建的 AWS 组织中创建新的 AWS 账户 - Cannot create new AWS account in newly created AWS organization 如何建立从用户池到 aws appsync 模型的数据关系 - How to make a relationship of data from user pool to aws appsync model 如何从 AWS Cognito 上的托管 UI 获取用户池令牌 - How to get the User pool token from Hosted UI on AWS Cognito 如何在创建 AWS Cognito 用户池时更改 phone_number 格式? - How to change phone_number format upon creation of a AWS Cognito User Pool? AWS EKS 服务账户认证 - AWS EKS service account authentication AWS CDK 多账户在可信账户中部署凭证? - AWS CDK Multi Account Deploy Credentials In Trusted Account? 通过 expo 在 firebase 中注册帐户的格式以及如何编写代码以在通过应用程序创建新用户时捕获错误 - Format for registration of account in firebase via expo and how do i code my code to catch errors when creating new user via app 无法通过 terraform AWS 供应商访问 AWS 账户—— - Unable to access AWS account through terraform AWS provider -- 当用户在 react js 中使用用户的 uid 创建帐户时,在 firebase 中添加一个新集合 - Add a new collection in firebase when the user create account using uid of user in react js
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM