NCNaresh Changarapuinnaresh-devops.hashnode.dev·Apr 22, 2024 · 2 min readData Structures and AlgorithmsTime complexity in data structure and algorithms (DSA) refers to the computational complexity that measures the amount of time an algorithm takes to complete as a function of the length of its input. Here are examples of algorithms with constant, lin...00
NCNaresh Changarapuinnaresh-terraform.hashnode.dev·Jun 8, 2023 · 2 min readday-05-TerraformDay-05 Terraform For Loops, Lists and Count Meta-Argument Step-00: Pre-requisite Note We are using default vpc in ap-northeast-1 region Step-01: Introduction Terrafrom Meta-Argument: count Terraform Lists & Map List(string) map(string) Terra...00
NCNaresh Changarapuinnaresh-terraform.hashnode.dev·Jun 8, 2023 · 5 min readday-04-TerraformDay-04 Terraform Terraform Variable and Datasources -> Create a terraform-key in AWS ec2 key-pairs which we will reference in our EC2 instance. Step-01: Introduction Terraform Concepts; -> terraform Input variables-> Terraform Datasources-> Terraform...00
NCNaresh Changarapuinnaresh-terraform.hashnode.dev·Jun 8, 2023 · 2 min readday-03-TerraformDay-03 Terraform Settings, Providers & Resource Blocks Step-01: Introduction Terraform settings Terraform Providers Terraform Resources Terraform File Function Create EC2 Instance using Terraform and Provision a webserver with userdata. Step-0...00
NCNaresh Changarapuinnaresh-terraform.hashnode.dev·Jun 8, 2023 · 1 min readday-02-TerraformDay-02 Terraform Configuration Language Syntax Step-01: Introduction -- Understand Terraform Langauge Syntax-- Understand Blocks-- Understand Arguments, Attributes & Meta-Arguments-- Understand identifier-- Understand Comments # Template <BLOCK TYPE>...00