Open in app
Home
Notifications
Lists
Stories

Write
Duleendra Shashimal
Duleendra Shashimal

Home

Published in Towards AWS

·Jun 7

AWS Lambda Event Filtering

Event Filtering AWS Lambda provides 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. Advantages of event filtering In some use cases, we may not need to process all the events that come from the event sources…

Serverless

3 min read

AWS Lambda Event Filtering
AWS Lambda Event Filtering

Published in Towards AWS

·May 16

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. Example As shown in the above diagram, this architecture consists of three services that run in public and private subnets in a VPC. Frontend service: This is the public-facing application that…

Aws Ecs

3 min read

Provisioning Multiple ECS Services Using Terraform
Provisioning Multiple ECS Services Using Terraform

Published in Towards AWS

·May 9

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. Defining Datadog Dependencies and Keys You can create Datadog API and APP keys in Integrations > APIS Datadog Dashboard Widgets Widgets are the main building blocks of a dashboard…

Terraform

2 min read

Creating a Datadog Dashboard Using Terraform
Creating a Datadog Dashboard Using Terraform

Published in Towards AWS

·Apr 10

HTTP API Private Integration with Amazon ECS

In this post, I want to show you the API Gateway private integration feature with an ECS service running inside a private subnet. With this feature, we can easily expose any private API to the outside of the VPC. Steps Setting up a VPC Setting up an internal application load balancer …

Aws Api Gateway

4 min read

HTTP API Private Integration with Amazon ECS
HTTP API Private Integration with Amazon ECS

Published in Towards AWS

·Apr 5

Datadog Integration with AWS Lambda

Datadog is one of the best monitoring tools that can be used to monitor your cloud infrastructure. In this post, I will show you how we can use Datadog to monitor AWS Lambda functions. Steps Datadog integration with your AWS account Creating two simple Node.js Lambda functions Instrumenting the Lambda function …

Datadog

3 min read

Datadog Integration with AWS Lambda
Datadog Integration with AWS Lambda

Published in Towards AWS

·Mar 29

AWS Config Auto Remediation for Enabling S3 Bucket Logging

AWS Config Auto Remediation feature helps to automatically remediate non-compliant resources evaluated by AWS Config rules. In this blog post, I will show you how we can use this feature to remediate any non-compliant S3 buckets which have access logging disabled. Steps Prerequisites Create an AWS Config managed rule (s3-bucket-logging-enabled) Create…

Aws Config

4 min read

AWS Config Auto Remediation for Enabling S3 Bucket Logging
AWS Config Auto Remediation for Enabling S3 Bucket Logging

Published in Towards AWS

·Mar 26

Lambda Canary Based Deployment Using CodePipeline, CodeDeploy, and SAM

Canary Based Deployment In this post, I will show you how we can deploy an AWS Lambda function using the “canary-based” deployment strategy. The “canary-based” deployment helps to deploy a Lambda function gradually. With this approach, we can test the new version with some production traffic and roll back to the original if…

Serverless

3 min read

Lambda Canary Based Deployment Using CodePipeline, CodeDeploy, and SAM
Lambda Canary Based Deployment Using CodePipeline, CodeDeploy, and SAM

Published in FAUN Publication

·Feb 21

Creating an ECS Scheduled Task Using AWS CDK

ECS Scheduled Tasks Amazon ECS supports creating scheduled tasks. Scheduled tasks use Amazon EventBridge rules to run tasks. In this example, I will show you how we can run a simple cron job using the ECS schedule task. Steps Creating a VPC for running the ECS cluster Creating ECS cluster Creating scheduled task Running…

Aws Ecs

3 min read

Creating an ECS Scheduled Task Using AWS CDK
Creating an ECS Scheduled Task Using AWS CDK

Published in Towards AWS

·Feb 10

CloudWatch Lamba Subscription Filter (CDK-Demo)

Filtering AWS CloudWatch logs and forwarding to AWS Lambda. — In this article, I want to show you how we can use the AWS CloudWatch subscription filter for filtering logs and forward them to a lambda function. Simple Usecase Filter critical app errors and send a real-time notification to a Slack channel with error information. Note that I use AWS CDK for…

Dev Ops

3 min read

CloudWatch Lamba Subscription Filter (CDK-Demo)
CloudWatch Lamba Subscription Filter (CDK-Demo)

Published in Towards AWS

·Feb 3

ECS Service Communication Using an Internal Load Balancer

When you deploy microservices on to ECS, handling internal communication between containers is a challenging task. However, AWS has provided few options to address this concern such as using service discovery, internal load balancer, or using a service mesh. In this article, I will show you how we can use…

Aws Ecs

4 min read

ECS Service Communication Using an Internal Load Balancer
ECS Service Communication Using an Internal Load Balancer
Duleendra Shashimal

Duleendra Shashimal

DevOps Engineer | AWS Community Builder| 6x AWS Certified

Following
  • Jan Sebastian

    Jan Sebastian

  • Amy Christie

    Amy Christie

  • Niharikaa Kaur Sodhi

    Niharikaa Kaur Sodhi

  • Uswa Zaheer

    Uswa Zaheer

  • Courtney Capone

    Courtney Capone

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable