Skip to content

Latest commit

 

History

History

scripts

To use the scripts directory with AWS - create a .env file (in the scripts directory).

Authenticate to AWS - and get the AWS environment variable credentials.

Paste the contents in the .env file - example contents:

export AWS_ACCESS_KEY_ID="put value from AWS here"
export AWS_SECRET_ACCESS_KEY="put value from AWS here"
export AWS_SESSION_TOKEN="put value from AWS here"
export AWS_DEFAULT_REGION="us-east-1"