You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Isabelle Guyon edited this page Oct 15, 2017
·
16 revisions
Create AWS user
If you're new to IAM you'll need to complete the following steps:
Open a text editor (Notepad etc.) and save the file on your computer as config.txt, so you can easily copy and paste and save all important keys.
Click 'Users' in the IAM menu, then 'Add User':
Choose a name for your user. In this tutorial, we call the user 'orange'. Set user to have programmatic access by checking this box:
Your permissions don't need to be set. Continue to the next steps until you reach 'Review':
Click 'Create user'.
Copy your special AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY for this user.
Finish user creation and go to the list of your users. Click user 'orange'. Copy your username ARN, you'll need it for setting up Policies on your public and private buckets.
Copy down your AWS account ID (12 digits) from the ARN number:
E.g. for ARN =
arn:aws:iam::555555555555:user/orange
the ID is: 555555555555.