#trainwithshubham
Read more stories on Hashnode
Articles with this tag
What is Terraform and how it is different from other IaaC tools? Terraform is an Infrastructure as Code (IaaC) tool developed by HashiCorp. It allows...
Modules Modules are containers for multiple resources that are used together. A module consists of a collection of .tf and/or .tf.json files kept...
Write about meta-arguments and their use in Terraform. Meta-arguments in Terraform refer to a set of special arguments that can be used to define how...
Understanding Scaling Scaling is the process of adding or removing resources to match the changing demands of your application. As your application...
Build Your Own AWS Infrastructure with Ease using Infrastructure as Code (IaC) Techniques Task 1: Create a VPC Create a VPC (Virtual Private Cloud)...
AWS S3 Bucket Amazon S3 (Simple Storage Service) is an object storage service that offers industry-leading scalability, data availability, security,...