I have implemented TOTP MFA with AWS Cognito with boto3 python. Everything is working fine, But I would like to know how to reset MFA in case a device is lost. I did not find any mechanism in the documentation. Kindly advice.
Asked
Active
Viewed 1,585 times
1 Answers
3
I know it is an old question, but I'd like to leave an answer in case anyone else shows up.
TL;DR: Cognito does not have this feature, you need to workaround it, and only if you use MFA as optional. If MFA is set to required on the user pool, you will need an admin to reset the user.
See:

sercasti
- 550
- 3
- 7