awscli@1

Official Amazon AWS command-line interface for managing AWS services

brewmacoslinux
Try with needOr install directly
Source

About

Official Amazon AWS command-line interface

Commands

aws

Examples

List all S3 buckets in your AWS account$ aws s3 ls
Upload a file to an S3 bucket$ aws s3 cp myfile.txt s3://my-bucket/
Describe EC2 instances in a specific region$ aws ec2 describe-instances --region us-east-1