AWS DIRECTIONS HELP

These steps will walk you through where to create credentials (Access Key ID and Secret Access Key) on AWS to use for provisioning VMs with Ansible.

Login

Login to the AWS Console on https://aws.amazon.com/

login

Go to IAM

Under Services click on IAM to reach the IAM Management Console

iam

Go to Users

On the left pane click on the users link

users

On the right side, pick the tab “Security credentials”. Now you need to either add a new user

add-user

OR find the user you want to add credentials <- this is more common

Add Credentials

You need to create a new access key, only then will the necessary key and key ID be shown. Make sure you save them somewhere!! (But don’t upload to GitHub or someone will start mining Bitcoins on your account)

create-key

You now have your Access Key ID and Secret Access Key!

AWS References

Return to aws_lab_setup directions