I can not login with new IAM user who has console access:
I have downloaded credentials and when trying to login using given console url(https://My_AWS_Account_ID.signin.aws.amazon.com/console/
) and I am receiving following error:
Your authentication information is incorrect. Please try again.
This is a policy summary for user:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:*",
"Resource": "my-s3-arn"
}
]
}
I have tried to manage and change password for this user and to login again but the same error appears:
Any idea how to login or troubleshout problem?