aws binary is not working on linux build machine #1085
-
Faced an issue, where aws binary is not working on linux machine. Build id: 63527dc635469db00bb41cc9 When using aws configure command in the script, it failed, however exactly the same configuration is working fine on macos build. |
Beta Was this translation helpful? Give feedback.
Answered by
icarusdust
Oct 21, 2022
Replies: 1 comment 1 reply
-
@yod527 Try SSHing into a builder machine and update aws cli tools for linux by running:
Then run |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yod527
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@yod527 Try SSHing into a builder machine and update aws cli tools for linux by running:
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.