š§¾ Ansible Project: Automate EC2 Instance Lifecycle on AWS
ā
Objective
This project automates:
Creating EC2 instances using loops
Setting up password-less SSH between Ansible control node and EC2 instances
Shutting down only Ubuntu instances using Ansible conditionals
š Prerequisites
Before starting th...