Tuesday, May 26, 2020

How to install AWS authenticator | Install aws-iam-authenticator in Linux EC2


Download the Amazon EKS-vended aws-iam-authenticator binary from Amazon S3:
curl -o aws-iam-authenticator https://amazon-eks.s3.us-west-2.amazonaws.com/1.16.8/2020-04-16/bin/linux/amd64/aws-iam-authenticator

Give execute permissions to binary
chmod +x ./aws-iam-authenticator

Add binaries to PATH
mkdir -p $HOME/bin && cp ./aws-iam-authenticator $HOME/bin/aws-iam-authenticator && export PATH=$PATH:$HOME/bin

Add $HOME/bin to your PATH environment variable.
echo 'export PATH=$PATH:$HOME/bin' >> ~/.bashrc

Check version to make sure it got installed
aws-iam-authenticator version


2 comments:


  1. Many people are exploring new ways to stay connected in today's digital age, and one helpful resource is available at https://t.co/Ye9FIjHQ5p. Whether for work or leisure, understanding how to navigate online platforms has become essential. By leveraging this link, users can access valuable tips and tools to enhance their digital experience. Staying informed and adaptable is key to thriving in our increasingly connected world.

    ReplyDelete