In this post, I will explain how we can use AWS Verified Access to access an application without requiring a VPN..Refer to the original article that I published on https://duleendra.medium.com
Category: Terraform
Integrating HashiCorp Vault with AWS Lambda Using Terraform
In this article, I’ll explain how an AWS Lambda function can easily retrieve secrets from HashiCorp Vault using the Vault Lambda Extension. Refer to the original article that I published on https://duleendra.medium.com
Protect Personally Identifiable Data with CloudWatch Log Masking
Logging is one of the essential components of software development. We use different types of logs to identify issues in applications, track application events, analyze the performance of applications etc. Even though logs are very beneficial, they also introduce a huge risk to your business. For example, logging sensitive data of the customers, exposing security…
AWS Lambda Event Filtering
Event Filtering AWS Lambda has provided a feature to filter events that come from Amazon SQS, Amazon Kinesis, and Amazon DynamoDB. With this feature, Lambda only sends the filtered events to the handler function. Refer to the original article that I published on https://duleendra.medium.com
Provisioning Multiple ECS Services Using Terraform
In this post, I will show you how we can create an ECS cluster with multiple ECS services using Terraform. Refer to the original article that I published on https://duleendra.medium.com
Creating a Datadog Dashboard Using Terraform
In this post, I will show you how we can create a Datadog dashboard using Terraform. In this example, I create a dashboard for monitoring AWS RDS metrics. Refer to the original article that I published on https://duleendra.medium.com