Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing Security Credentials tab in IAM console

Trying to reset my IAM access key. Per Amazon documentation, there supposed to be a Security Credentials tab after selecting the user, but it does not show. Here are the steps I'm performing:

  1. Sign in to AWS console and open IAM console
  2. In the navigation pane, choose Users
  3. Choose the name of the desired user, and then choose the Security Credentials tab

After selecting the user, there is no security tab. My user has the following permissions policy:

AdministratorAccess policy

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

Screenshot after selecting user:

Screenshot after selecting user

like image 955
Petr Gazarov Avatar asked Jul 17 '26 12:07

Petr Gazarov


1 Answers

You won't see the security credentials tab when you list the users. To configure the columns, click on Manage Columns icon on top right.

enter image description here

Then select the columns you want to be displayed:

enter image description here

To see the Security Credentials tab, you need to click on the highlighted name of user.

enter image description here

like image 88
helloV Avatar answered Jul 20 '26 11:07

helloV



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!