Apache Web Server on AWS EC2 using Ansible RolesDeploy Web Server on AWS EC2 using Ansible ! Steps - Provision EC2 instance through ansible. Retrieve the IP Address of the instance using the dynamic inventory concept. Configure the webserver through ansible! Create a role for the webserver t...Sep 28, 2021·7 min read
Automate AWS services using Terraform, and build a fully secured Web AppCreating Fully Secured Web App on AWS and automated using Terraform Task Overview The following steps are followed - Write an Infrastructure as code using Terraform, which automatically creates a VPC. In that VPC we have to create 2 subnets - A. pu...Sep 19, 2021·7 min read
Automate your Infrastructure using TerraformLaunch a Web App Containing Web Server and Database Server on AWS EC2 and Complete Infrastructure Created Using Terraform Task Overview Write an Infrastructure as code using Terraform, which automatically creates a VPC. In that VPC we have to crea...Sep 15, 2021·5 min read
Launch a Static Web Application Infrastructure on AWS using TerraformWhat is AWS in simple terms? Amazon Web Services is a cloud computing platform that provides customers with a wide array of cloud services. We can define AWS (Amazon Web Services) as a secured cloud services platform that offers compute power, datab...Sep 13, 2021·8 min read
Launch EC2 Instance using AWS CLITASK Description - Create a key pair. Create a security group. Launch an instance using the above-created key pair and security group. Create an EBS volume of 1 GB. The final step is to attach the above-created EBS volume to the instance you cre...Sep 7, 2021·4 min read
Run GUI Programs on Docker ContainerTask Description - Run a Docker container that can run GUI (Graphical User Interface) Programs Launch a container on docker in GUI mode. Run any GUI software on the container Prerequisite Docker Installed on your system. Docker Host should be G...Sep 2, 2021·4 min read
High Availability Architecture using AWS CLITask Description Create High Availability Architecture with AWS CLI. The architecture includes - Web server configured on EC2 Instance. Document Root(/var/www/html) made persistent by mounting on EBS Block Device. Static objects used in code such as...Aug 20, 2021·6 min read