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
Month: February 2022
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
Build a REST API with API Gateway, AWS Lambda, DynamoDB & AWS CDK
In this post, I am going to build a serverless REST API using API Gateway, AWS Lambda, and DynamoDB. I use the AWS CDK for automating the infrastructure creation part. Refer to the original article that I published on https://duleendra.medium.com
Deploy Your Static Web App to S3 Using AWS CodePipeline & CDK
In this post, I will show you how we can automate the deployment process of a static website using AWS CodePipline and AWS CDK. I will deploy a simple React App using AWS CodePipleline and its components. Refer to the original article that I published on https://duleendra.medium.com
Set S3 Bucket Properties Using AWS CDK
In this post, I will show you how we can create an Amazon S3 bucket with some common S3 properties using AWS CDK. Refer to the original article that I published on https://duleendra.medium.com
Change Default SNS Email For CloudWatch Events
Creating a customized email notification for an SNS topic. Refer to the original article that I published on https://duleendra.medium.com
AWS Config to Monitor Non-Compliance S3 Buckets
AWS Config to Monitor Non-Compliance S3 Buckets. Refer to the original article that I published on https://duleendra.medium.com