User has Console access but needs Console permissions

0

One of my users needs to generate Keys but has no permissions for that or any other default console action. He has a password and is able to login to the console and can change his password but that's the only access he has. His console access is enabled. Please see attached screen captures.

Please let me know if there any other details you might require to help me with this issue.

Thank you

My security credentials Manage console access

질문됨 일 년 전250회 조회
2개 답변
1
수락된 답변

Hi.

Do you want to give the user permission to generate keys?
Please refer to the following and give iam:CreateAccessKey permission to user.

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "CreateOwnAccessKeys",
            "Effect": "Allow",
            "Action": [
                "iam:CreateAccessKey",
                "iam:GetUser",
                "iam:ListAccessKeys"
            ],
            "Resource": "arn:aws:iam::*:user/${aws:username}"
        }
    ]
}

https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html

profile picture
전문가
iwasa
답변함 일 년 전
  • Seems strange that this is not an AWS managed policy. That would certainly make it easier to find.

    Thanks for your help. I appreciate it very much.

1

The user is able to login to the console this is authentication. User will require authorization before they can perform any actions. You will need to attach a access policy to the user account before any actions can be performed.

For more details, please refers to:

AWS
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠