Rahul Lokurte
Rahul Lokurte’s Blog

Rahul Lokurte’s Blog

Follow
homeTerraformAWS CDKContact Mebadgesnewsletter
Tag

AWS

#aws

More content

Read more stories on Hashnode


Articles with this tag

AWS Lambda using CDK

Jun 8, 20233 min read 435 views

Infrastructure as code has become a go-to process to automatically provision and manage cloud resources. AWS provides two options for infrastructure...

AWS Lambda using CDK

Serverless Event Scheduling with AWS EventBridge and Lambda using Terraform and Localstack

May 30, 202312 min read 563 views

Introduction In modern cloud development, infrastructure-as-code has become a crucial practice. Tools like Terraform enable developers and operations...

Serverless Event Scheduling with AWS EventBridge and Lambda using Terraform and Localstack

A Guide to Using AWS Intrinsic Functions in Your SAM Templates

May 23, 20236 min read 400 views

AWS Serverless Application Model (SAM) is a framework for building serverless applications on AWS. It provides a simplified way to define and deploy...

A Guide to Using AWS Intrinsic Functions in Your SAM Templates

How to connect to S3 from EKS using the IAM role for the service account

Mar 20, 20234 min read 7.7K views

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...

How to connect to S3 from EKS using the IAM role for the service account

Concept of Terraform module and module scope

Sep 16, 20215 min read 1.5K views

When I started with Terraform learning, I was mostly writing independent files for each of the resources which needs to be provisioned. After few...

Concept of Terraform module and module scope

Create EC2 instance using Terraform

Sep 13, 20214 min read 457 views

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...

Create EC2 instance using Terraform