#aws
Read more stories on Hashnode
Articles with this tag
What is Terraform and how is it different from other IaaC tools? Terraform is an Infrastructure as Code (IaC) tool developed by HashiCorp. It allows...
When you define a resource block in Terraform, by default, this specifies one resource that will be created. To manage several of the same resources,...
Understanding Scaling Scaling is the process of adding or removing resources to match the changing demands of your application. As your application...
AWS S3 Bucket Amazon S3 (Simple Storage Service) is an object storage service that offers industry-leading scalability, data availability, security,...
Understanding Terraform Resources A resource in Terraform represents a component of your infrastructure, such as a physical server, a virtual machine,...
Prerequisites: AWS CLI installed The AWS Command Line Interface (AWS CLI) is a unified tool to manage your AWS services. With just one tool to...