Posts
All the articles I've posted.
Amazon ECS Farget with Blue-Green Deployments by CDK Typescript - Part 2
Posted on:May 17, 2023 at 03:57 PMContinue the previous post [Hands-on Amazon ECS for Blue-Green Deployments With CDK Typescript](https://dev.to/aws-builders/hands-on-amazon-ecs-for-blue-green-deployments-with-cdk-typescript-part-1-4ie3) which uses EC2 to host the ECS container service and manually operate blue-green deployments. In this blog post, I use AWS Fargate as a container of ECS service and codedeploy to operate blue-green deployment automatically.
Hands-on Amazon ECS for Blue-Green Deployments With CDK Typescript - Part 1
Posted on:May 10, 2023 at 03:57 PMThis blog post supports you in hands-on AWS ECS by building the Blue-Green Deployments With CDK Typescript. Instead of using AWS console to create all necessary resources, you will create them through CDK code and automate deployment with CDK pipeline for both project application and infrastructure as code.
Manage IAM Access Key Of AWS Service Connection In Azure DevOps Pipeline
Posted on:April 23, 2023 at 03:57 PMIn this blog post, you will learn about how to create AWS service connection with the least privilege and security best practice and how to rotate the access key automatically using AWS serverless services such as AWS lambda, Eventbridge rule and AWS Stepfunction.
CDK CloudWatch Auto Alarms
Posted on:April 23, 2023 at 03:57 PMDemonstrate how to automate the setup and configuration of CloudWatch alarms on Amazon EC2 in addition to providing alert notification to the Slack channel.
Run event-driven workflows with Amazon EKS Blueprints, Keda and Karpenter
Posted on:December 5, 2022 at 03:57 PMDemonstrate how to automate the setup and configuration of CloudWatch alarms on Amazon EC2 in addition to providing alert notification to the Slack channel.
CDK Typescript Pipeline Workshop
Posted on:November 27, 2022 at 03:57 PMIn this blog, I reference to cdk pipeline typescript workshop to provide the full flow and source code as a cdk pipeline project.