How to create AWS ec2 key using Ansible

Originally published at: https://www.cyberciti.biz/faq/how-to-create-aws-ec2-key-using-ansible/

I wanted to create Amazon EC2 Key pair using Ansible tool. I do not want to use AWS CLI. Is it possible to create AWS ec2 key using Ansible? You need to use ec2_key module of Ansible. This module has a dependency on python-boto version 2.5 or above. boto is nothing but a python interface…