Once you have logged into the dashboard, you can create new AWS login accounts by clicking on the “Identity and Access Management” link.
Announcement
You can find all my latest posts on medium.When creating a new user, you will get prompted on whether you want to have an “API access key”, if you did then you will get the following pair info generated:
- Access Key ID – a string of characters
- Secret Access Key – a really long string of characters
The “Secret Access Key” is only displayed the one time, and are viewable on an other setting page. Hence it gives you the option to download them into a text file, while they are displayed on screen. If you lose this info, then you would need to regenerate your API keys again, which you can do without needing to recreate the user account.
Once you have created the user, you will see the user has a unique id called “user ARN”. This unique looks something like this:
arn:aws:iam::654065406154:user/admin
arn: amazon resource number
The number string, is actually your aws account’s unique ID. This number is important because the user needs this number in order to log into the aws account, that’s because this number makes up part of the aws web login console. That is, after you have created a new user account, in order for that user to log into aws, they would need to use the following url:
https://654065406154.signin.aws.amazon.com/console