AWS CLI Cheatsheet
Cheatsheethttps://www.deployhq.com/cheatsheets/aws-cli
## What it is The AWS CLI is the command-line interface to every AWS service — `aws s3 sync`, `aws ecs … update-service`, `aws cloudformation deploy` — and the closest thing AWS has to a deployment Swiss army … It assumes AWS CLI v2 is already installed — see [how to install AWS CLI on Ubuntu and Linux](https:/ … interactive: key, secret, region, output aws configure --profile staging # write to … -group-ids sg-0abc123 aws ec2 authorize-security-group-ingress \ --group-id sg-0abc123 --protocol tcp
Updated 13th Jun 2026