aws-cli

officialscriptablepopularcautioncloudbrew

AWS · Cloud ops, s3, and iam and infra from the terminal.

$ brew install awscli
One-liner to try
$ aws configure && aws s3 ls

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .md
Readiness
Great for agents · 75/100
Verify
aws --help
Agent URL
/cli/aws-cli/agent.md

Quick reference

Installbrew install awscli
Verifyaws --help
First commandaws configure && aws s3 ls

About

The official CLI from AWS. Cloud ops, s3, and iam and infra from the terminal. Supports structured output — good for scripts and agents.

Example workflow

1. aws configure && aws s3 ls

Alternatives worth considering