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 …
Author: Hitanshu devops
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
CloudWatch – Monitoring service of AWS
CloudWatch: Amazon CloudWatch is a monitoring and observability service provided by Amazon Web Services (AWS). It helps you collect and track metrics, collect and monitor log files, set alarms, and automatically react to changes in your AWS resources. CloudWatch provides Read More …
DevOps – Operational Strategies
• Deployment Strategies • Cost-saving Strategies • Logging and Monitoring Strategies • Security Strategies • Disaster Recoveries Strategies • Database Scaling and Maintenance Strategies. Deployment Strategies Deployment strategies involve various methods to release and update applications. Here Read More …
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 …