Skip to main content

Posts

Showing posts with the label DevOps Tutorials

What is the difference between terminating and stopping an EC2 instance?

Read this article to find out what are the differences between terminating and stopping an EC2 instance. This article is written by by well known DevOps trainer - Rajesh Kumar. Answer Terminate Instance When you terminate an EC2 instance, the instance will be shutdown and the virtual machine that was provisioned for you will be permanently taken away and you will no longer be charged for instance usage. Any data that was stored locally on the instance will be lost. Any attached EBS volumes will be detached and deleted.  Read more click here Reference:- This article was originally posted in scmGalaxy.com

What is SonarQube and What is not?

What is SonarQube? It’s a code quality management platform that allows developer teams to manage, track and eventually improve the quality of the source code.  It’s a web based application that keeps historical data of a variety of metrics and gives trends of leading and lagging indicators for all seven deadly sins of developers. Sonar is an open source platform used by development teams to manage source code quality. Sonar has been developed with a main objective in mind: make code quality management accessible to everyone with minimal effort. Read more click here Reference:- This article was originally posted on scmGalaxy.com