open-guides / og-aws

📙 Amazon Web Services — a practical guide
Creative Commons Attribution 4.0 International
35.64k stars 3.86k forks source link

aws help #736

Open muslimecoin opened 4 years ago

muslimecoin commented 4 years ago

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

acsrujan commented 3 years ago

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.