Part 1: Describes the perquisites of setting up your environment to deploy Cloud Formation templates using Ansible.
How to setup AWS credentials on your machine:
https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html
The GitHub repo im using:
https://github.com/Josh-Tracy/Ansible
Edit: I forgot to install python-boto3. Please install it using:
sudo apt-get install python-boto3
Also note, the credentials file in ~/.aws should say aws_access_key_id= NOT aws_secret_key_id=
source
`Great stuff! Plz continue with Ansible lessons….you are great at explaining and transffering knowledge. Thanks a bunch <3
Man you are God sent! There is hardly anyone who took pains to show interaction between AWS, CloudFormation and Ansible. The Visual studio code SSH was a nice cherry on top. Thanks a million. You should make an Udemy course out of this, cos it will help a lot of people.