This article is about how to effectively rollout infrastructure changes using CI/CD…
Tag: DevOps
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…
Setup Jenkins Slave on Amazon Linux EC2 instance (AWS)
Jenkins is one of the best tool used in IT industry to…
Why configuring RAID on your EBS volume will not help?
Amazon EBS is a persistent block storage solution where the data on…
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…
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…
Configure Git Pull Request Builder on Jenkins (AWS)
Git Pull Request Builder plugin is used when a new pull request…