Mac - Installing AWS CLI¶
To install AWS CLI with Homebrew:¶
-
Ensure Homebrew is installed, then open a terminal window and run the following command:
brew update && brew install awscli
To install AWS CLI manually:¶
- Download the macOS
pkg
file, then follow the AWS CLI install and update instructions in the AWS Command Line Interface User Guide.
To validate your installation:¶
-
Open a terminal window and run the following command to ensure it was added to the path:
aws --version