f:: CLI

AWS Command Line Interface

Install

curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"
sudo installer -pkg AWSCLIV2.pkg -target /
rm AWSCLIV2.pkg
aws --version
aws-cli/2.21.0 Python/3.12.6 Darwin/24.2.0 exe/x86_64
aws configure
AWS Access Key ID [****************6VFS]: 
AWS Secret Access Key [****************wdrR]: 
Default region name [us-east-1]: 
Default output format [json]: 
aws s3 ls