Open in app
Home
Notifications
Lists
Stories

Write
Duleendra Shashimal
Duleendra Shashimal

Home

Published in Towards AWS

·Jul 15

Querying Data in S3 Using Amazon S3 Select

We can use Amazon S3 Select to retrieve a subset of data from an S3 object using simple SQL statements. Since Amazon S3 Select filters a subset of data, it will help to reduce the data transfer cost and latency of an application. …

S 3

4 min read

Querying Data in S3 Using Amazon S3 Select
Querying Data in S3 Using Amazon S3 Select

Published in Towards AWS

·Jul 11

Amazon EventBridge Custom Event Bus Example

We can use the AWS EventBridge event bus to receive events from various event sources such as AWS services, custom applications, SasS applications, etc. To do that, AWS EventBridge provides two types of event buses such as default and custom. In this example, I will show you how we can…

Amazon Eventbridge

4 min read

Amazon EventBridge Custom Event Bus Example
Amazon EventBridge Custom Event Bus Example

Published in Towards AWS

·Updated Jul 2

Automated Image Scanning with AWS CodePipeline & ECR

In this post, I am going to explain how we can scan docker images for vulnerabilities from a CI/CD pipeline. I use AWS CodePipeline to scan Docker images stored in AWS ECR. Note that I use AWS CDK for creating all the resources and you can clone the complete project…

Aws Ecr

4 min read

Automated Image Scanning with AWS CodePipeline & ECR
Automated Image Scanning with AWS CodePipeline & ECR

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
Duleendra Shashimal

Duleendra Shashimal

DevOps Engineer | AWS Community Builder| 6x AWS Certified

Following
  • Amy Christie

    Amy Christie

  • Brendareeves

    Brendareeves

  • Maximiliano Contieri

    Maximiliano Contieri

  • augmented man

    augmented man

  • Courtney Capone

    Courtney Capone

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable