Ritesh Kumar NayakforDevOps with Riteshriteshthedevops.hashnode.net·Mar 14, 2023Simplify AWS Cloud Management with TerraformPrerequisites To deal with AWS using Iac(Infrastructure as Code) we need certain credentials: AWS CLI(Command Line Interface): It is a CLI that helps the user to interact with aws management console and several other services using command lines. ...Discuss·12 likes·90 reads#90daysofdevops #DevOps #ProjectDevelopment #NonITBackground #GitHub #Docker #CloudPlatforms #EC2 #AWS #ElasticBeanstalk #LambdaFunctions #DevOpsPipelines #Terraform #Jenkins #Docker #DevSecOps #SCM #Git #GitLab #BitBucket #BuildTools #Griddle #Maven #Ant #MSBuild #MonitoringTools #Prometheus #Grafana #Ansible #AI #ChatGPT #ValueAddition #RealWorldProblems.
Kunal SinghforLearn by Doinglearnbydoing.hashnode.net·Feb 11, 2023Terraform Challenge-1For these challenges, you will start with deploying a simple web app on an existing Kubernetes cluster and then move on to more complicated challenges involving provisioning resources and entire infrastructure stacks in the AWS cloud. Signup to Kode...Discuss·10 likes·64 readsTerraform
Kunal SinghforLearn by Doinglearnbydoing.hashnode.net·Feb 18, 2023Terraform Challenge-3Signup to KodeKloud for performing this challenge. It's free!!! Architecture Diagram Challenge In this challenge, we will implement a simple EC2 instance with some preinstalled packages. The requirements in detail: Create a terraform key-pair cita...Discuss·8 likes·74 readsTerraform
Sandhya Kumarifortechwithsandhya.hashnode.net·Apr 1, 2023Make New Repository Creation with TerraformStoring code and other artefacts into a repository backed by a version control system (VCS) is a fairly well-understood and agreed-upon technique. However, many organizations I work with are still creating and managing repositories by hand or with on...Gemma Black and 1 other are discussing this2 people are discussing thisDiscuss·2 likes·255 readsTerraform
Swastik GourforSwastik Gour swastik135.hashnode.net·Mar 30, 2023Introduction to Terraform: Infrastructure as Code Made EasyTerraform is an open-source infrastructure as code (IaC) tool that enables you to manage your cloud infrastructure resources declaratively. With Terraform, you can define your infrastructure resources in code, version-control them, and deploy them to...DiscussCNCF
Easy Danielsforeasydaniels.hashnode.net·Mar 22, 2023Terraform Basics commands - Getting started series (part 3)Now, Terraform has a really simple syntax, and this makes it Easy to use Let's talk about the four most used commands terraform init terraform validate terraform apply terraform destroy Get Secret Key From AWS Log in to the AWS console. Click...Discuss·1 like·39 reads#IaC
Easy Danielsforeasydaniels.hashnode.net·Mar 21, 2023Terraform Installation & setup - Getting Started Series (Part 2)Now That we know what Terraform is, and how why it's important, let's quickly get set up, up on our local machine and get how Hands dirty Terraform Installation on Mac The most recommended way to get set up on a mac is by using the macOS Package Mana...Discuss·39 readsAWS
Anvay SinghforTech Journalanvay.hashnode.net·Mar 17, 2023Terraform BasicsWhat is Terraform? Terraform is one of the tools that let you configure your infrastructure. With its help, one can create, configure or even destroy cloud infrastructure, be it in Azure, AWS, GCP, and others. In brief, it is used to automate various...Discuss·28 readsTerraform
Ritesh Kumar NayakforDevOps with Riteshriteshthedevops.hashnode.net·Mar 14, 2023Simplify AWS Cloud Management with TerraformPrerequisites To deal with AWS using Iac(Infrastructure as Code) we need certain credentials: AWS CLI(Command Line Interface): It is a CLI that helps the user to interact with aws management console and several other services using command lines. ...Discuss·12 likes·90 reads#90daysofdevops #DevOps #ProjectDevelopment #NonITBackground #GitHub #Docker #CloudPlatforms #EC2 #AWS #ElasticBeanstalk #LambdaFunctions #DevOpsPipelines #Terraform #Jenkins #Docker #DevSecOps #SCM #Git #GitLab #BitBucket #BuildTools #Griddle #Maven #Ant #MSBuild #MonitoringTools #Prometheus #Grafana #Ansible #AI #ChatGPT #ValueAddition #RealWorldProblems.
Kunal SinghforLearn by Doinglearnbydoing.hashnode.net·Mar 8, 2023Import Terraform ConfigurationIntroduction Terraform supports bringing your existing infrastructure under its management. By importing resources into Terraform, you can safely and consistently manage your infrastructure using a predictable workflow. When you create new infrastruc...DiscussTerraform
Kunal SinghforKunal Singh's blogikunalsingh.hashnode.net·Mar 6, 2023Import Terraform ConfigurationIntroduction Terraform supports bringing your existing infrastructure under its management. By importing resources into Terraform, you can safely and consistently manage your infrastructure using a predictable workflow. When you create new infrastruc...Discuss·6 likes·216 readsTerraform
akash zadeforDevOps Worldakash-zade.hashnode.net·Mar 4, 2023Transform your infrastructure using Terraform and DockerTerraform 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 your main.tf Blocks and Resources in Terraform Terraform block A ...Discuss·88 readsDevops
akash zadeforDevOps Worldakash-zade.hashnode.net·Mar 3, 2023Terraform: The essential tool for efficient cloud infrastructure management🔥Task Find the purpose of basic Terraform commands which we'll use often: terraform init: initializes a new or existing Terraform working directory by downloading and installing the necessary provider plugins and module dependencies. It also sets up ...Discuss·74 readsDevops