1>获取密钥信息
需要记录AWSAccessKeyId及AWSSecretKey:
https://console.aws.amazon.com/iam/home#/security_credentials
「您的安全凭证-访问密钥(访问密钥 ID 和秘密访问密钥)-创建新的访问密钥」
2>安装依赖组件
apt update -y
apt install python-pip -y
pip install awscli --upgrade
3>下载安装脚本
apt install wget -y
wget https://ppx.ink/wget/aws.bash && chmod +x aws.bash && ./aws.bash
备用脚本:
apt install wget -y
wget https://233886.xyz/share/aws.bash && chmod +x aws.bash && ./aws.bash
Comments | NOTHING