so this is a pretty basic question but I couldn't find the answer in the ansible docs. Does Boto3 work with Ansible? I see that some of the docs on ansible have boto3 as a requirement, like these:
http://docs.ansible.com/ansible/ec2_vpc_nacl_module.html http://docs.ansible.com/ansible/ec2_vpc_vgw_module.html
but then some don't, like these:
http://docs.ansible.com/ansible/ec2_module.html http://docs.ansible.com/ansible/ec2_elb_module.html
or am I mis-reading it and some need boto and boto3?