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 .mdJSON
Readiness
Great for agents · 75/100
Verify
aws --help
Agent URL
/cli/aws-cli/agent.md

Quick reference

Install
brew install awscli
Verify
aws --help
First command
aws configure && aws s3 ls
Machine JSON
/cli/aws-cli.json

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