Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS IAM: Unable to create additional Access Key

I have two access keys in IAM: One active and one inactive.

Since I have forgotten my Secret Access Key I want to create a new set of credentials, but the Create access key button is greyed out. I don't know how to make new or how to retrieve my Secret Access Key.

like image 763
Danacord Avatar asked Jul 23 '17 16:07

Danacord


People also ask

How many access keys can an IAM user have?

Each IAM user can have up to two access keys. Having two access keys (instead of one), increases the risk of unauthorized access and compromise of credentials.

Why is create access key disabled?

If "Create New Access Key" is greyed out, it means you already have the maximum of 2 access keys. You will need to click "Delete" next to an existing access key so that you have at most one access key.

How many root access keys can you have active on your account simultaneously AWS?

You can assign up to two access keys per user (root user or IAM user). Having two access keys is useful when you want to rotate them.


Video Answer


1 Answers

You need to delete, one of the existing keys, since IAM allows only two access keys maximum for IAM user.

like image 92
Ashan Avatar answered Sep 16 '22 19:09

Ashan