Overview
The official CLI covering every AWS service. The Agent can draft least-privilege IAM policies, push S3 objects, or tail CloudWatch — all from one place.
Features
- Covers hundreds of services
- SSO and multi-account support
- JMESPath output filtering
- Friendly to scripts and CI
- Composes with shell pipelines
Common commands
A few common invocations — the Agent runs them as you in your terminal
$ aws s3 ls s3://my-bucket/List objects in an S3 bucket
$ aws lambda invoke --function-name f out.jsonInvoke a Lambda synchronously
$ aws logs tail /aws/lambda/f --followTail CloudWatch logs live