How to integrate Terraform IaC (Infrastructure as Code) into Jenkins? Cloud infrastructure offers great agility and flexibility but you need the right toolsets to manage the power of public cloud platforms. To operate in the public cloud efficiently, You need to treat infrastructure as code (IaC). IaC eliminates the manual interaction required to configure Cloud […]
Cloud Automation
Terraform – Source credentials from AWS secret Manager
How to avoid plain text credentials in terraform code? Terraform is an open-source infrastructure as a code tool that supports multi-cloud platforms. Many organizations have taken the multi-cloud strategy to manage the cost and eliminate the single vendor dependency. If you have multiple cloud environments, terraform becomes the default choice for provisioning. Communicating to multi-cloud […]
Protect AWS EC2 with robust backup software
Are you looking for robust backup software to protect AWS EC2 instances? I have been searching for a simple backup solution to protect my EC2 instances automatically with a pre-defined schedule. Recently came across “BDRSuite” from LinkedIn and thought of giving it a try. This tool is a really simple one with a clean web […]
AWS SSM for ONPREM & Cloud instance Monitoring
AWS Systems Manager helps you manage your EC2 instances and On-Premise systems at scale. You can easily get operations insights about the state of your infrastructure. It helps to detect instance issues easily and it could be a patching automation solution to enhance compliance. This article will provide a high-level plan to implement AWS SSM monitoring […]
Why shell script is giving syntax errors without any issue? The same scripts work in another system
Why shell script is giving syntax errors despite no issue with the script? You might check the script multiple times but still couldn’t figure out what’s causing the problem? I personally come across a similar problem whenever I copy the script from a windows laptop to *NIX systems. The error message contains “syntax error near […]
AWS – S3 Buckets Tag remediation automation
This article will help you to remediate the S3 buckets tags using the AWS CLI script. Amazon’s simple storage service aka s3 is object storage built to retrieve any amount of data from anywhere. It gives a lot of power to the developers and IT support teams to provision and access the storage in no […]
Holistic Operational Management – AWS Systems Manager
AWS Systems Manager helps you manage your EC2 instances and On-Premise systems at scale. You can easily get operations insights about the state of your infrastructure. It helps to detect instance issues easily and also it could be patching automation solution to enhance compliance. AWS Systems Manager works for both windows and Linux operating systems […]
What is Infrastructure as Code ? IaC
Define all your IT infrastructure as Code instead of creating it manually. So that Infrastructure resources can be easily re-created or replicated. Managing IT infrastructure might be a hard job in the past but not now. In the past, system administrators have to manually manage and configure all of the hardware and software that was […]
Bootstrap Terraform – Let’s create an Azure resource group
Terraform is an open-source infrastructure as a code software tool that provides a consistent CLI workflow to manage hundreds of cloud services. Terraform codifies cloud APIs into declarative configuration files. Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house […]
Open Source – Hybrid Cloud Automation Platform
Ansible and Terraform are market-leading automation tools. These tools are not competing with each other. But great things can be achieved when you combine them together. Terraform is the best multi-cloud provisioning tool for building, changing, and versioning infrastructure efficiently. Ansible on another hand where plays a significant role in configuration management. If the organization […]









