3 tier web application deployment in AWS Here we are using various services of AWS like – Route53, VPC, RDS, EC2 – Launch Template, EC2 – AutoScaling Group, Ec2 – Load Balancer, and EC2 – Instances. The web Read More …
Category: Uncategorized
Build AWS VPC Manually – detailed steps
Resources used VPC | Subnet | IGW | NAT | Route tables | EC2 instance Flow Diagram Steps: Step 1: Create a new VPC Step 2: Create two subnets Step 3: Create IGW and attach it Read More …
Deployment of 3-tier web application in AWS EKS through Terraform
Resources used Kubectl| Eksctl| Helm| Docker| Git| Terraform| IAM| ECR| EKS Flow Diagram Steps: Step 1: Create a role with AWS admin access then create an ec2 instance (client-machine) and attach the role to the client machine. Step Read More …
Continuous Integration and Deployment (CICD) using Jenkins & Terraform
Resources used: Jenkins | Terraform | AWS – EKS, IAM, EC2, Load-balancer, Route53, S3, ECR Steps: Step 1: Create one ec2 instance for Jenkins Master and install Jenkins and pre-requisite software Step 2: Initial setup of Jenkins in the Read More …
Gaining insight into SonarQube
Various Amazon Web Services (AWS) and Google Cloud Platform (GCP) services
S.No. Questions AWS Service Name Corresponding GCP Service Name 1 How do you create Virtual Machines? Amazon EC2 Compute Engine 2 How do you attach permanent storage (block storage) with Virtual Machines? Amazon EBS (in EC2 svc) Persistent Read More …
Working with Ansible Tower
Ansible Tower is a web-based interface and automation platform that enhances the capabilities of Ansible, an open-source automation tool. Developed by Red Hat, Ansible Tower provides a graphical user interface (GUI), role-based access control, job scheduling, and other features Read More …
Ansible – Configuring multiple instances through Ansible
Ansible: Ansible is an open-source automation tool used for configuration management, application deployment, task automation, and orchestration. It employs declarative language to define the desired state of infrastructure, operates in an agentless manner, and uses simple YAML scripts called playbooks Read More …
Jenkins deployment in EC2 using Terraform
Resources covered: IAM| EC2 | JENKINS | TERRAFORM | JENKINS: Jenkins is an open-source automation server used for Continuous Integration and Continuous Deployment (CI/CD). It helps automate building, testing, and deploying software projects. Jenkins is highly extensible, features a Read More …
Monitoring EKS cluster through Prometheus and Grafana
Prometheus Prometheus is a monitoring tool that watches over computer systems and applications, keeping track of their performance and health. It helps identify and alert users about potential issues, ensuring smooth operations in digital environments. Grafana Grafana is an Read More …