Hi
I am trying to create EC2 in using play book, but i am unable to create instance
I am getting below error
Please help me, how can i fix this issue
[root@jenkinansible ansible]# ansible-playbook ec2.yml
PLAY [creating ec2 instance] ************************************************************************************************************************************************************************
TASK [Gathering Facts] ******************************************************************************************************************************************************************************
ok: [localhost]
TASK [creating ec2 instance] ************************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Instance creation failed => Unsupported: The requested configuration is currently not supported. Please check the documentation for supported configurations."}
PLAY RECAP ******************************************************************************************************************************************************************************************
localhost : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
[root@jenkinansible ansible]#