The AWS CLI lets you manage cloud infrastructure from your terminal. Automate tasks, manage resources, and deploy across hundreds of AWS services with a single command.
Powerful, flexible, and fully integrated with AWS.
Execute hundreds of AWS operations with a simple terminal command.
Integrate AWS CLI with shell scripts or CI/CD pipelines for automation.
Manage compute, storage, security, and networking resources with ease.
aws ec2 describe-instances \
--region us-west-2 \
--filter "Name=tag:Environment,Values=Production"
Execute AWS commands directly from the command line interface with powerful JSON output filtering and auto-completion.
Install AWS CLI in 30 seconds and start managing your cloud infrastructure from your favorite terminal.