🔅Configuring HTTPD Server on Docker Container

Statement: Deploy a Load Balancer and multiple Web Servers on AWS instances through ANSIBLE!
🔅Provision EC2 instances through ansible.
🔅 Retrieve the IP Address of instances using the dynamic inventory concept.
🔅Configure the web servers through the ansible role.
🔅Configure the load balancer through the ansible role.
🔅The target nodes of the load balancer should auto-update as per the status of web servers.
Note…