Skip to content

Instantly share code, notes, and snippets.

@thikade
Created October 11, 2019 17:39
Show Gist options
  • Save thikade/e9b398337a9d59d2dd50e9445588bb38 to your computer and use it in GitHub Desktop.
Save thikade/e9b398337a9d59d2dd50e9445588bb38 to your computer and use it in GitHub Desktop.
initial AWS cli user setup

install aws cli

configure cli

aws configure
AWS Access Key ID [None]: xxx
AWS Secret Access Key [None]: xxx
Default region name [None]: eu-west-3
Default output format [None]: text

Group admin cmds

aws iam create-group --group-name Admins
aws iam list-groups
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment