Create three(3) EC2 instances on AWS using Ansible loops
2 Instances with Ubuntu Distribution 1 Instance with Centos Distribution
Hint: Use connection: local on Ansible Control node.
Set up passwordless authentication between Ansible control node and newly created instances.
Automate the shutdown of Ubuntu Instances only using Ansible Conditionals
Hint: Use when condition on ansible gather_facts