Linux shell scriptShell scripting is a process that involves writing a series of commands for the shell to execute. It is an essential skill for Linux and Unix system administrators, developers, and power users. The reason why shell scripting is required is because it...Nov 27, 2023·3 min read
AWS CloudFormation1. What is AWS CloudFormation? AWS CloudFormation is a service provided by Amazon Web Services (AWS) that enables users to model and provision AWS resources in a repeatable and automated way. It allows users to define their infrastructure as code usi...Sep 26, 2023·4 min read
AWS CloudFormation1. What is AWS CloudFormation? AWS CloudFormation is a service provided by Amazon Web Services (AWS) that enables users to model and provision AWS resources in a repeatable and automated way. It allows users to define their infrastructure as code usi...Sep 26, 2023·4 min read
TerraformCreate Nginx application using Terraform Terraform is an open-source infrastructure as code (IaC) tool that allows users to define and manage their infrastructure as code. The architecture of Terraform can be broken down into the following components...Sep 17, 2023·2 min read