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

posta un anno fa267 visualizzazioni
2 Risposte
1
Risposta accettata

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
ESPERTO
iwasa
con risposta un anno fa
  • 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
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande