-
-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
LanikSJ edited this page Feb 7, 2025
·
10 revisions
You can install the AWS CLI from here.
Alternatively you can install AWS CLI using awscli.sh.
source <(curl -s https://raw.githubusercontent.com/LanikSJ/awscli-aliases/master/awscli.sh)
Requires updating from GitHub to keep current (GitHub Credentials Required):
mkdir -p ~/GitHub; cd ~/GitHub
git clone [email protected]:LanikSJ/awscli-aliases
mkdir -p ~/.aws/cli
ln -sf ~/GitHub/awscli-aliases/alias ~/.aws/cli/alias
mkdir -p ~/GitHub; cd ~/GitHub
git clone https://github.com/LanikSJ/awscli-aliases
mkdir -p ~/.aws/cli
ln -sf ~/GitHub/awscli-aliases/alias ~/.aws/cli/alias
cd ~/GitHub/awscli-aliases
git pull
Requires downloading the file again to get the updates:
mkdir -p ~/.aws/cli
wget -O ~/.aws/cli/alias https://raw.githubusercontent.com/LanikSJ/awscli-aliases/master/alias