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 … Continue reading "How to create AWS ec2 key using Ansible"
The post How to create AWS ec2 key using Ansible appeared first on nixCraft.