How to get AWS key for using with Ansible-vault

1) Select IAM from services

2) Click on users (Initially you need to have a user in IAM)

3) Click on the user-specified (in here the user named daydreamer)

4) Click on the Security Credtials tab, and now we can see "Create access key" button at the bottom click on it.

5) Now a new key will be genarated and presented, there is an option to download the key in spreadsheet format for safe keeping.

6 ) We can use this "Access key ID & Secret access key" in the Ansible vault. The steps to add the key into Ansible vault is metioned in the below blog post.