In your dev desktop run the following command :
aws configure
- It will ask for your aws account's access key id and secret key.
- Make two files ~/.aws/credentials manually. Template of these files should be as below.
- If you are setting up a DJS job then provide AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY as environment variables.
~/.aws/credentials :
[default] aws_access_key_id = YOUR_ACCESS_KEY aws_secret_access_key = YOUR_SECRET_KEY