#aws
Read more stories on Hashnode
Articles with this tag
Infrastructure as code has become a go-to process to automatically provision and manage cloud resources. AWS provides two options for infrastructure...
Introduction In modern cloud development, infrastructure-as-code has become a crucial practice. Tools like Terraform enable developers and operations...
AWS Serverless Application Model (SAM) is a framework for building serverless applications on AWS. It provides a simplified way to define and deploy...
In this blog post, we will see how the applications running in the EKS pods can connect to the S3 bucket using the IAM role for the service account...
When I started with Terraform learning, I was mostly writing independent files for each of the resources which needs to be provisioned. After few...
Terraform code is written in a language called HCL in files with the extension .tf. It is a declarative language, so your goal is to describe the...