Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 421 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 421 Bytes

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"