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
Category: AWS
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. Refer to the original article that I published on https://duleendra.medium.com
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. Refer to the original article that I published on https://duleendra.medium.com
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. Refer to the original article that I published on https://duleendra.medium.com
Lambda Canary Based Deployment Using CodePipeline, CodeDeploy, and SAM
In this post, I will show you how we can deploy an AWS Lambda function using the “canary-based” deployment strategy. Refer to the original article that I published on https://duleendra.medium.com
Creating an ECS Scheduled Task Using AWS CDK
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. Refer to the original article that I published on https://duleendra.medium.com
CloudWatch Lamba Subscription Filter (CDK-Demo)
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 creating the infrastructure….
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 an internal load balancer for…
Deploying a Lambda Function Using AWS CodePipeline
In this post, I will show you how we can deploy an AWS Lambda function using AWS CodePipeline. I use AWS SAM for creating the Lambda function and AWS CDK for creating the CodePipeline and its components. Refer to the original article that I published on https://duleendra.medium.com
Amazon SNS Message Filtering
How to filter messages published to Amazon SNS Topics Refer to the original article that I published on https://duleendra.medium.com