#aws
Read more stories on Hashnode
Articles with this tag
š¶ Task: Set up Grafana in your local environment on AWS EC2. Setting up Grafana on an AWS EC2 instance in your local environment involves several...
Grafana is a popular open-source platform used for monitoring and observability of systems and applications. It provides a wide range of features and...
1. What is Terraform and how it is different from other IaaC tools? Terraform is an IaC tool by HashiCorp. Unlike others, it uses a declarative syntax...
Modules are containers for multiple resources that are used together. A module consists of a collection of .tf and/or .tf.json files kept together in...
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,...
Yesterday, we learned how to AWS S3 Bucket with Terraform. Today, we will see how to scale our infrastructure with Terraform. š¶ Understanding...