Some Linux Shortcut TricksCase 1: We can use Tab for auto-complete to speed up the tasks ,, Eg: cd [directory name] $ cd /home/ubuntu/press tab to autocomplete full path and same for any filename also Case 2: Running multiple commands in one line, use ; eg: whoami;pwd;ls; Ca...Apr 16, 2024路2 min read
Terraform With Aws S3 馃殌[Day 65 Task]#trainwithshubham # 90DaysOf DevopsChallenge #devops/terraform Amazon S3 (Simple Storage Service) is an object storage service that offers industry-leading scalability, data availability, security, and performance. It can be used for a variety of use...Jul 19, 2023路4 min read
Working with Terraform Resources 馃殌[Day 64 Task]#trainwithshubham # 90DaysOf DevopsChallenge #devops/terraform When you define a resource in Terraform, you specify the type of resource, a unique name for the resource, and the attributes that define the resource. Terraform uses the resource block t...Jul 16, 2023路5 min read
Terraform State File & Terraform With AWS[Day 63 Task]#trainwithshubham # 90DaysOf DevopsChallenge #devops/terraform 1. What Is Terraform State File? Terraform logs information about the resources it has created in a state file. This enables Terraform to know which resources are under its control and wh...Jul 1, 2023路3 min read
Terraform Variables[Day 62 Task]#trainwithshubham # 90DaysOf DevopsChallenge #devops/terraform 1. What Are the Variables In Terraform? In Terraform, we can assign values to the arguments via literals like integers and strings. This may be a good approach for small infrastructure co...Jun 26, 2023路4 min read
Terraform and Docker 馃敟[Day 61 Task]#trainwithshubham # 90DaysOf DevopsChallenge #devops/terraform Terraform needs to be told which provider to be used in the automation, hence we need to give the provider name with source and version. For Docker, we can use this block of code in the m...Jun 24, 2023路3 min read
Getting Started With Terraform[Day 60 Task]#trainwithshubham # 90DaysOf DevopsChallenge #devops/terraform 1. What Is Terraform? Why We Use Terraform? HashiCorp Terraform is an open-source infrastructure as code (IaC) software tool that allows DevOps engineers to programmatically provision the...Jun 20, 2023路5 min read