This article is about how to effectively rollout infrastructure changes using CI/CD…
Category: How-to-do’s
how to do’s blog posts
Deploy Java Web App Using CI/CD tools on AWS
In this article is a step-by-step guide on how-to deploy Tomcat App…
Port Forwarding options on Amazon Linux EC2
Port forwarding can be useful to ensure proper functioning and security of…
How to delete files from S3 bucket periodically (AWS)
This article will help setup lifecycle policy for S3 buckets. Take a…
Setup Jenkins Slave on Amazon Linux EC2 instance (AWS)
Jenkins is one of the best tool used in IT industry to…
Run Jenkins Job on Git Push Event Automatically
There are two important parts of web development, Testing and Deployment. Previously, testing…
Issue creating MySQL user on RDS Instance (AWS)
Recently I’ve been having issue creating MySQL user on RDS instance, suprisingly…
Create NAT instance in Amazon VPC (AWS)
In this article will we create a NAT instance in Amazon VPC…
Enable HTTPS Redirection in Amazon CloudFront to Custom Domain (AWS)
This article will help to enable HTTPS redirection for Amazon CloudFront distribution…
Automate SonarQube Analysis on Git Pull Request using Jenkins
In this article will demonstrate how to setup SonarQube Analysis on Git…
Install & Configure SonarQube on Amazon Linux (AWS)
This article we will install and configure SonarQube on Amazon Linux. Before…