Deploy Web Server on AWS through ANSIBLE
--
In this article i will talk about how to deploy web server on top of amazon cloud using ansible. I create two playbook on for launching an ec2 instance on amazon and second for configure web server. I used dynamic inventory concept that it will automatically fetch the ip.
so here is my workspace
- Launch ec2 instance on aws.
Here my instance is launched we can check from amazon site
Now we launched web server
Now you can see i can see my output
Thank you!!
#keepcoding #keepsharing #devops #ansible #cloud