AWS IAM错误:'您的身份验证信息不正确.请再试一遍' [英] AWS IAM error : 'Your authentication information is incorrect. Please try again'

查看:884
本文介绍了AWS IAM错误:'您的身份验证信息不正确.请再试一遍'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用AdministratorAccessAmazonEC2FullAccess创建IAM用户后出现错误:

I am getting the error after I create an IAM user with AdministratorAccess or AmazonEC2FullAccess:

您的身份验证信息不正确.请重试

Your authentication information is incorrect. Please try again

两个星期前,我在拥有活跃用户的情况下就能够创建一个没有问题的用户.现在添加更多新用户给我这个错误. 我也尝试过使用Copy permissions from existing user创建新用户,但是这些新用户也会出错. (错误地执行了aaw iam步骤的图片)

I was able to create a user without a problem two weeks ago, while having active users. Now adding more new users gives me this error. I have tried creating new users using Copy permissions from existing user too but these new users also error out. (Picture of aws iam steps taken with error)

如果这是重复的,但对如何使用新的iam用户登录无法解决我的问题.我加了

I apologize if this is a duplicate but an answer to a previous post of how to log in with new iam user did not solve my issue. I added

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": "*",
            "Resource": "*"
        }
    ]
}

为此用户内联策略JSON,但仍然无济于事.

to inline policy JSON for this user but it still did not help.

推荐答案

我最终切换为使用自动生成的密码"选项,我的用户现在可以使用自定义密码进行重新测试,并且现在也可以正常使用.必须对AWS进行一些修复.

I end up switching to use Autogenerated password option and my users are now able to get in. retest using the custom password and it's working now too. Something must of gotten fix on AWS.

这篇关于AWS IAM错误:'您的身份验证信息不正确.请再试一遍'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆