AweSome Devops!
Let's collaborate and make a significant impact in the AWS community and beyond!
Featured
ECS service-to-service communication
Posted on:August 18, 2024 at 03:57 PMInterconnect Amazon ECS services - Applications that run in Amazon ECS tasks often need to connect to other applications that run in Amazon ECS services
Empowering Amazon CodeCatalyst: Workflows as Code with CodeCatalyst-Blueprints
Posted on:January 30, 2024 at 03:57 PMEmpowering Amazon CodeCatalyst - Workflows as Code with CodeCatalyst-Blueprints
Bootstrapping AWS CDK Automation With Amazon CodeCatalyst
Posted on:January 24, 2024 at 03:57 PMBootstrapping AWS CDK Automation With Amazon CodeCatalyst to provision an environment that closely resembles a real Kubernetes cluster.
Multi-Tenancy In EKS Cluster Using Vcluster
Posted on:October 9, 2023 at 03:57 PMMulti-Tenancy In EKS Cluster Using Vcluster to provision an environment that closely resembles a real Kubernetes cluster.
Single-Sign-On By Vouch Proxy And AWS Cognito
Posted on:May 31, 2023 at 03:57 PMVouch proxy as a solution to provide single-sign on which supports many OAuth and OIDC login providers and can enforce authentication to AWS Cognito user pool.
FastApi With AWS Serverless powered by CDK Typescript
Posted on:May 21, 2023 at 03:57 PMDeploy FastAPI in a Lambda function that is fronted by an HTTP API in API Gateway, you can enable API key required for the API
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.
Kyverno Policy As Code Using CDK8S
Posted on:November 19, 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.
AWS Parameters and Secrets Lambda Extension Demo Using AWS CDK
Posted on:October 30, 2022 at 03:57 PMThis post uses AWS CDK Typescript to create lambda function URL where its hanlder gets SecureString value from the parameter store.