Skip to content

Commit

Permalink
feat: add awscli
Browse files Browse the repository at this point in the history
  • Loading branch information
eroan-marie committed Nov 19, 2024
1 parent 2fc1ae3 commit cf5551c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions base-notebook/resources/awscli/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# AWS cli
cd /opt
curl -sL "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip -q awscliv2.zip
./aws/install
rm -rf /opt/aws /opt/awscliv2.zip
pip install --quiet awscli-plugin-endpoint
layer-cleanup.sh

0 comments on commit cf5551c

Please sign in to comment.