Hi Guys,
I have installed the boto module in my system. I am trying to launch ec2 instance on AWS using Ansible-Playbook. But it is showing me the below error.
fatal: [localhost]: FAILED! => {"changed": false, "msg": "No handler was ready to authenticate. 1 handlers were checked. ['HmacAuthV4Handler'] Check your credentials"}
How can I solve this error?