PKPraneeth Kondrajuinkubesimplify.hashnode.dev·May 25, 2022 · 7 min readLet's Learn: TerraformWhat is Terraform? Terraform is an Infrastructure Automation tool. It is Open Source and Vendor Agnostic. It is a Single binary compiled from Go. It follows Declarative syntax. It uses HashiCorp Configuration Language(HCL) or JSON. Deployment is pus...02JB
PKPraneeth Kondrajuinkubesimplify.hashnode.dev·May 23, 2022 · 3 min readAWS Elastic Cloud ComputeAWS Elastic Cloud Compute Instance Elastic Cloud Compute is abbreviated as EC2. It is an IaaS cloud offering by Amazon. Using EC2 Instance, we can configure the machine from scratch, like a building a custom PC. But here it is done virtually by maki...02RK
PKPraneeth Kondrajuinpraneethkondraju.hashnode.dev·Apr 28, 2022 · 1 min readAWS Key Pair GenerationAWS Key Pair Generation Prerequisite Amazon Web Services(AWS) account. Steps Login to your AWS account. Click on Search bar and type EC2. Select EC2. Select Key Pairs option. There are 2 ways for creating a Key Pair. a. In EC2 web page, und...00