Prerequisites

Setup your environment with some prerequisites

Install Node.js

Install Node.jsarrow-up-right if you don't already have it on your machine.

circle-info

Good to know: Use a Node version manager (like nvmarrow-up-right) to easily switch between different versions of Node.js

Install AWS CLI

Install the lastest version (v2) of the AWS CLIarrow-up-right if you don't already have it on your machine.

Configure your AWS CLI profile

Run the following command to setup AWS credentials that can be used by the AWS CLI tool:

aws configure

Last updated