IAM
aws sts get-caller-identityAssume 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
aws sts get-caller-identityaws --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