Home > Blockchain >  AWS Cognito UserPool RecoveryOptions - CloudFormation vs Console
AWS Cognito UserPool RecoveryOptions - CloudFormation vs Console

Time:02-04

Are the recovery options available enter image description here

Console: enter image description here

CodePudding user response:

No, i think it has it all. RecoveryMechanisms is List of options or may be skipped. Options has priority setting too.

Following your screenshot:

enter image description here

for #1 - provide 2 mechanisms (phone & email), with priority for email

for #2 - provide 2 mechanism (phone & email), with priority for phone

for #3 - email only

for #4 - phone only

for # 5 - Skip AccountRecoverySetting from UserPool and you have legacy (Not Recommended) option. docs

for # 6 - Then you can define admin only, which is last one.

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-accountrecoverysetting.html

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-recoveryoption.html

  •  Tags:  
  • Related