TerraWeek Day 3 --> TerraformTask 1. Create a Terraform configuration file to define a resource of AWS EC2 instance Terraform configuration file (usually with a .tf extension) to define an AWS EC2 instance resource: first you should add providers ---> terraform.tf terraform { ...Feb 8, 2024·6 min read
All Basic Linux Commands For DevOps.pwd--> Print current working directory. ls--> List files in the current directory. cd--> change directory. mkdir--> Create a new directory. touch--> Create an empty file cp--> Copy files or directory. mv--> Move or rename files or directories. ...Jan 29, 2024·2 min read
Day 2:- Basic linux commandsListing commands ls option_flag arguments --> list the sub directories and files avaiable in the present directory ls -l--> list the files and directories in long list format with extra information ls -a --> list all including hidden files and dir...Jan 28, 2024·1 min read
How can i start DevOps journey with trainwithshubhamFirst you have to know what to doJan 27, 2024·1 min read