Ansible Automation | Automating AWS EC2 Creation using Ansible Playbook

Avatar admin | April 23, 2020 12 Views 0 Likes 0 Ratings

12 Views 0 Ratings Rate it

This Ansible Automation tutorial will explain how to launch EC2 Instance Using Ansible Playbook. Playbooks are available in git repository.

In this video, steps explained to perform the following tasks using Ansible Playbook

1) Create security group
2) Create EC2 instance

yum install python python-pip python-setuptools*
curl -O https://bootstrap.pypa.io/get-pip.py
python get-pip.py
pip install boto
pip install boto3

python –version
pip –version

yum install ansible git
git clone https://github.com/techtutorials/ansi…

#Ansible #AWS


12 Views 0 Ratings Rate it

Written by admin