IAM

aws sts get-caller-identity
  • Assume Identity
    aws --profile ni-dev iam create-access-key --user-name bob
    
    # Add key/secret to ~/.aws/
    # run with that profile
    aws --profile bob eks update-kubeconfig --region us-west-2 --name mycluser