Month: April 2021

Can I create a Cognito User Pool with Software Token (TOTP) MFA ONLY using CloudFormation?

I want to create a AWS::Cognito::UserPool with only the SOFTWARE_TOKEN_MFA enabled for MFA using a Cloudformation template. However when specifying only SOFTWARE_TOKEN_MFA as the enabled MFA (without any SMS), the configuration should be: I got below error: “SMS configuration and Auto verification for phone_number are required when MFA is required/optional (Service: AWSCognitoIdentityProviderService; Status Code: 400; Error Code: InvalidParameterException; Request ID:…

Read More »