Ansible and CloudFormation: Deploying CloudFormation Templates Using Ansible (PART 3): Running It

preview_player
Показать описание
Part 3 of deploying CloudFormation templates using Ansible. Where to grab your variables in AWS and run the playbook.

Link to GitHub repo:

If you hit a Botocore or Boto3 error,I missed a prerequisite software install in video 1. Please install python-boto3:
sudo apt-get install python-boto3

If you get a credentials not found error, I also messed up the ~/.aws/credentials file in video 1. Change aws_secret_key_id=
to aws_access_key_id=
Рекомендации по теме
Комментарии
Автор

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.

vivekharin
Автор

great stuff, now part4 on the playbook to take down the infrastructure

ChrisValcke