© 2023 Hashnode
#trainwithshubham
Introduction✍️ In this blog, we will see how to define and manage resources. And also we will be creating a Terraform configuration file to define a resource of AWS EC2 instance and S3 bucket along wi…
Task 1: Create a Terraform configuration file to define a resource of AWS EC2 instance, Azure storage account, Google Compute Engine, etc. (anyone) Here's an example of a Terraform configuration file …
Terraform state is a crucial aspect of managing infrastructure using Terraform, infrastructure as a code tool. The state file serves as a repository of information about the resources created or manag…
Docker for DevOps Engineers Till now you have created Docker file and pushed it to the Repository. Let's move forward and dig more on other Docker concepts. Aj thodi padhai krte hai on Docker Compose …
🌟Introduction In this blog9, we will explore Terraform state management, including the importance of state, different methods of storing state files, and remote state management options such as Terra…
Terraform State: Terraform state is a file that stores information about the resources that Terraform has created or managed. This information includes the resource's type, name, configuration, and current state. Terraform uses the state fi…
Docker Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have everything the softwa…
1. File and Directory Commands COMMANDMEANINGEXAMPLE & SYNTAXls (list all directories)Lists all the files and directories inside the current directory in which you are.Syntax: $ lsls -RLists all the f…
What is HashiCorp Configuration Language? Terraform uses a configuration language called HCL, which stands for HashiCorp Configuration Language. HCL is incredibly easy to understand, even for those …
As the title suggested we will be creating services or resources on AWS. Before we start with the project some pre-requisite: 1- Create AWS IAM User and give Admin, S3, and Dynamodb full access and ge…