AWS CLI Cheat Sheet/Show AWS CLI version

Print the installed AWS CLI version.

Section: Install, Version, and Help

Show AWS CLI version

bash
bash
aws --version
Explanation

Useful for troubleshooting auth, SSO, and output behavior differences between versions.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Install, Version, and Help
Open top-level help
Show global AWS CLI help.
OpenIn sheetbashsame section
Open service help
Show help for a specific AWS service namespace.
OpenIn sheetbashsame section
Open command help
Show help for a specific command.
OpenIn sheetbashsame section
Run interactive configure
Set credentials, region, and output format interactively.
OpenIn sheetbash1 tag match
Override region for one command
Run a command in a specific region.
OpenIn sheetbash1 tag match
List AWS regions
Show available regions from EC2.
OpenIn sheetbash1 tag match