Generate IAM Access Keys from CloudShell
Using an undocumented endpoint, we can leverage CloudShell from the AWS Console and create AWS Access Keys for the logged on user.
Why Use This?
Obtaining AWS Access Keys from CloudShell
Option 1: Querying IMDS Service

aws iam list-users --debugOption 2: Get Existing Credentials
Last updated