π Day 05 β Understanding Terraform State | 7-Day Terraform Challengeπ What Is Terraform State? Terraform State is a file (usually named terraform.tfstate) where Terraform stores: A snapshot of your current infrastructure Mapping between your code and real resources Metadata, IDs, dependencies, and configuration d...Dec 1, 2025Β·4 min read
How to take the backups using the shell scripting and automate backups using the crontab .Feb 28, 2024Β·2 min read
Linux advanced commandCertainly! Linux offers a plethora of advanced commands and utilities for power users and administrators. Here are some advanced Linux commands along with brief explanations: AWK: Description: AWK is a powerful programming language and command-line u...Feb 16, 2024Β·2 min read
What is linux and how to workLinux is an open-source, Unix-like operating system kernel that serves as the foundation for various operating systems commonly referred to as Linux distributions or distros. Developed by Linus Torvalds in 1991, Linux has become a popular choice for ...Feb 12, 2024Β·6 min read
Day 52: CI/CD pipeline on AWS - Part 4 π βWhat is CodePipeline ? AWS CodePipeline is a fully managed continuous integration and continuous delivery (CI/CD) service that automates the build, test, and deployment phases of your release process. It allows you to define a series of stages and ac...Feb 9, 2024Β·3 min read
Day 51: Your CI/CD pipeline on AWS - Part 3 π βOn your journey of making a CI/CD pipeline on AWS with these tools, you completed AWS CodeCommit & CodeBuild. Next few days you'll learn these tools/services: CodeDeploy CodePipeline S3 πWhat is CodeDeploy ? AWS CodeDeploy is a deployment serv...Feb 4, 2024Β·6 min read
Day 50: CI/CD pipeline on AWS - Part 2 π βOn your journey of making a CI/CD pipeline on AWS with these tools, you completed AWS CodeCommit. Next few days you'll learn these tools/services: CodeBuild CodeDeploy CodePipeline S3 πΌWhat is CodeBuild ? AWS CodeBuild is a fully managed build...Feb 3, 2024Β·6 min read
Day 49: CI/CD pipeline on AWS - Part-1 πCodeCommit CodeBuild CodeDeploy CodePipeline S3 What is CodeCommit ? CodeCommit is a managed source control service by AWS that allows users to store, manage, and version their source code and artifacts securely and at scale. It supports Git, ...Feb 2, 2024Β·4 min read