In many organizations, cloud providers are being used widely, while in others, they are just being introduced. However, in one way or the other, you will probably have to deal with some cloud provider doing your job. AWS is the biggest and the oldest, and is perhaps something you will have to work with.
Automating against Amazon Web Services
Installation
To be able to use Ansible to automate your Amazon Web Service estate, you'll need to install the boto library. To do so, run the following command:
$ pip install boto
Now that you have all the necessary software installed, you can set up authentication.