aws-mfa-secure
aws-mfa-secure copied to clipboard
AWS MFA Secure Session for CLI and SDK
Hi, I was having difficulties making the wrapper work while specifying a different profile using the `--profile` flag the following commands were all issued in quick succession ``` ~/somefolder >...
``` ~/somefolder > which aws aws: aliased to aws-mfa-secure session ~/somefolder > /usr/local/bin/aws s3 help ~/somefolder > aws s3 help usage: aws [options] [ ...] [parameters] To see help text,...
When running `aws eks update-kubeconfig` with `--role-arn` new entry created under `.kube/config`. which contains the following: ```yaml - name: arn:aws:eks:eu-west-1:123456789:cluster/xxx user: exec: apiVersion: client.authentication.k8s.io/v1alpha1 args: - --region - eu-west-1 -...