open-guides / og-aws

📙 Amazon Web Services — a practical guide

Repository from Github https://github.comopen-guides/og-awsRepository from Github https://github.comopen-guides/og-aws

aws help

muslimecoin opened this issue · comments

export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
export BUCKET_NAME=
export AWS_REGION=
export SENDGRID_API_KEY=
export PASSWORD_RESET_SALT=
export TOKEN_MAXIMUM_AGE=
pleez how to get all thes variables

Hi, it looks like you're new to AWS and Linux too.
I'd recommend you to go through following documentation for access key, secret key, region. - https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html

Bucket name is whichever S3 bucket you've created.
Sendgrid API Key, password reset salt and token maximum age aren't related to AWS and they're specific to your application.