Skip to content

Instantly share code, notes, and snippets.

@kincl
Created September 5, 2024 13:24
Show Gist options
  • Save kincl/448ac949340d24135280a3dc316a452f to your computer and use it in GitHub Desktop.
Save kincl/448ac949340d24135280a3dc316a452f to your computer and use it in GitHub Desktop.
AWS CLI in OpenShift AI Workbench
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
./aws/install -i /opt/app-root/share/aws-cli -b /opt/app-root/bin
aws s3 --endpoint-url $AWS_S3_ENDPOINT ls s3://$AWS_S3_BUCKET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment