- 04 Jul 2024
- 1 Minute to read
- PDF
Installing the AWS CLI
- Updated on 04 Jul 2024
- 1 Minute to read
- PDF
The AWS Command Line Interface (AWS CLI) is a command-line tool to manage and interact with your AWS services through commands on your local computer's command line. For more information, visit AWS CLI ↗
Within Bobsled, you may authenticate with the AWS CLI to interact with both Bobsled-managed Amazon S3 resources and resources within your own AWS account.
TIP :
Not sure if you have the AWS CLI installed?
For MacOS and Linux users, open your terminal;
For PC users, open your command prompt.
Run the command "aws --v" on your computer's command line. The output should like something like: "aws-cli/2.9.4 Python/3.11.0 Darwin/21.3.0 source/arm64 prompt/off". If you receive this output you have installed the AWS CLI.
Install the AWS CLI
The AWS documentation provides a comprehensive guide to download the AWS command-line interface. To install the AWS CLI, please visit: AWS CLI Install Instructions ↗ and choose your operating system.