awscli

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
Create an EC2 instance with a specific AMI and instance type$ aws ec2 run-instances --image-id ami-0c55b159cbfafe1f0 --instance-type t2.micro
Upload a file to an S3 bucket$ aws s3 cp myfile.txt s3://my-bucket/myfile.txt