0

Expecting to see this (doing a video tutorial): enter image description here

I'm now seeing:

enter image description here

Curious if something changed? If so is the best workaround to add a private key to the user via the user's security tab within IAM?

davos
  • 151
  • 10

1 Answers1

3

AWS changes all the time!

As per the message in blue, you can generate access keys after you create the user. Go to the Security credentials tab on the IAM User.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
  • Thanks, DUMB question, do I just make up a key? – davos Feb 01 '23 at 00:23
  • No. AWS will generate an Access Key that starts with `AKIA` and a Secret Key. When it provides the Secret Key, that is the only time you can grab it. It is not possible to retrieve the Secret Key at a later time. – John Rotenstein Feb 01 '23 at 00:28