1. Install AWS CLI
Using Homebrew
The easiest way to install AWS CLI on macOS is through Homebrew. a. Open Terminal b. Install Homebrew (if you don’t have it already):Direct Download
Alternatively, you can download the AWS CLI directly from the AWS website. a. Download and run the installer:2. Configure AWS CLI
After installation, you need to configure the AWS CLI with your credentials. a. Run the configure command:us-east-1
because as of now, Tensorfuse only supports this region.
e. Specify your default output format:
You can choose json
, text
, or table
.