AWS
Update Access Key and Secret
- Log in to the AWS Management Console at aws.amazon.com.
- In the menu at top-right, select “Security Credentials”
- Select “Access Keys”
- Click “Create New Key”
- Download the key file or copy-paste the values into the commands below
- From your command line, run
-
heroku config:set AWS_KEY=access_key_from_file AWS_SECRET=secret_key_from_file
- Verify that the environment variables were set correctly with
heroku config