Monitoring the list of hosts using shell script and write the status over log file and automate the script execution with crontabJan 3, 2025·5 min read
Installing Cloud Watch agent in Windows and Linux machinesIntroduction: In this blog, I am going to discuss about the procedure for installing cloud watch agents in Windows, Linux instances and its various use cases. Requirements: Access to the AWS console Cloud Watch agent: It is a software package which...Oct 25, 2025·8 min read
Integrating Jenkins with Docker and Kubernetes to test deploy a website and publish it in PRODUCTION systemAug 16, 2024·6 min read
Automatically adding docker container as a Jenkins Slave node and publish a webpage in itIntroduction: In this blog, I am going to integrate Jenkins with docker to provision a container and add it as a Jenkins slave node automatically at the time of triggering the job and terminate it when the job gets completed. Requirements: Jenkins i...Aug 16, 2024·5 min read
My first Terraform code to create Security group, EC2 instance, EBS volume and attach it with EC2 instanceIntroduction: In this blog, I am going to publish my first terraform deployment which I have used to create security group, its ingress and egress rules, ec2-instance, EBS volume and attach it with the ec2-instance. Requirements: AWS Account and roo...Aug 16, 2024·6 min read
Jenkins job to install and configure docker and run a containerIntroduction: In this blog, I am going to create a Jenkins job to install and configure docker, pull a docker image and run a container with that image. Requirements: Jenkins Installed and configured on a linux machine/EC2 instance Tasks: I have l...Feb 17, 2024·2 min read
Overview of DockerIntroduction: This article is to provide the overview of docker. Requirements: A linux machine “docker” to be installed on linux machine Tasks: Provision a linux (cent os) machine (in aws/azure/google cloud or setup a linux machine on Oracle Vir...Jan 21, 2024·5 min read
Creation of Security groups, EC2 Instance, adding the ip addresses to inventory file, configure webservice and load-balancer to them, access webpageIntroduction: In this module, I will demonstrate the power of ansible to create EC2 instance, security groups in AWS, adding their IP address to the ansible inventory file and configure webservice and load-balancer to the dedicated instances and acce...Jan 21, 2024·4 min read
Start a Docker Container with the help of AnsibleIntroduction: The task is to pull docker image and launch a create a docker container with the help of ansible Requirement: A controller node with ansible installed and configured A Managed node where the docker container need to be hosted Tasks:...Jan 21, 2024·1 min read