Getting Error Message after entering MFA code on GovCloud admin account

0

After I enter the username and password for GovCloud signin, I am prompted for the MFA code. When I entered the code, I received the message: "Your authentication information is incorrect. Please try again." There's not an option for resyncing device. I signed into this account a couple of days ago without any issue. Also tried login from different machine.

Can someone from AWS contact me about a reset? I am able to log into the main account with the root user but unable to manage the govcloud user with that login. Thank you!

已提問 3 年前檢視次數 648 次
1 個回答
1

Problem solved. Luckily, I have an access key(and found it) for the account and was able to use AWS CLI to deactivate the mfa device.

  1. Installed AWS CLI
    https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html
  2. Executed the following from the command line to list the mfa device for current account
    aws iam list-virtual-mfa-devices
  3. Executed the next command to deactivate the mfa device substituting my user-name and serial-number for this example
    aws iam deactivate-mfa-device --user-name Bob --serial-number arn:aws:iam::210987654321:mfa/BobsMFADevice
  4. Logged-in and assigned a new MFA device.
已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南