I'm totally new to AWS.
I downloaded some sample code from Amazon and I need to set a number of constants:
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
MERCHANT_ID
MARKETPLACE_ID
I just created an AWS account. I want some type of sandbox account so I can try out the code samples.
What are the exact steps I have to take to:
- Create a sandbox account
- Get these credentials
It is very dangerous to create an access_key_id in "My Account ==> Security Credentials". Because the key has all authority. Please create "IAM" user and attach only some policies you need.
Amit's answer tells you how to get your
AWS_ACCESS_KEY_ID
, but the Your Security Credentials page won't reveal yourAWS_SECRET_ACCESS_KEY
. As this blog points out:So if you don't remember your
AWS_SECRET_ACCESS_KEY
, the blog goes on to tell how to create a new one:As for your other questions:
MERCHANT_ID
andMARKETPLACE_ID
.