Skip to content

aws binary is not working on linux build machine #1085

Closed Answered by icarusdust
yod527 asked this question in Q&A
Discussion options

You must be logged in to vote

@yod527 Try SSHing into a builder machine and update aws cli tools for linux by running:

curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install

Then run /usr/local/bin/aws --version to see if its upgraded to 2.8.4. If so, execute the same AWS login commands to see if it is still happening. Keep me updated.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yod527
Comment options

Answer selected by yod527
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants