Skip to content
Browse

Tag:aws

All the articles with the tag "aws".

  • Bootstrapping AWS CDK Automation With Amazon CodeCatalyst

    ->
    Posted on:January 24, 2024 at 03:57 PM

    Bootstrapping AWS CDK Automation With Amazon CodeCatalyst to provision an environment that closely resembles a real Kubernetes cluster.

  • AWS Parameters and Secrets Lambda Extension Demo Using AWS CDK

    ->
    Posted on:October 30, 2022 at 03:57 PM

    This post uses AWS CDK Typescript to create lambda function URL where its hanlder gets SecureString value from the parameter store.

  • Manage IAM Access Key Of AWS Service Connection In Azure DevOps Pipeline

    ->
    Posted on:April 23, 2023 at 03:57 PM

    In 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 AWS Aurora PostgreSQL Limitless

    ->
    Posted on:August 18, 2024 at 03:57 PM

    This post provides a structured guide to creating an Amazon Aurora PostgreSQL Limitless Database using the AWS Cloud Development Kit (CDK) in TypeScript, demonstrating the capabilities of Amazon Aurora PostgreSQL Limitless Database.

  • CDK CloudWatch Auto Alarms

    ->
    Posted on:April 23, 2023 at 03:57 PM

    Demonstrate how to automate the setup and configuration of CloudWatch alarms on Amazon EC2 in addition to providing alert notification to the Slack channel.

  • Hands-on Amazon ECS for Blue-Green Deployments With CDK Typescript - Part 1

    ->
    Posted on:May 10, 2023 at 03:57 PM

    This 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.

  • Amazon ECS Farget with Blue-Green Deployments by CDK Typescript - Part 2

    ->
    Posted on:May 17, 2023 at 03:57 PM

    Continue 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.

  • CDK Typescript Pipeline Workshop

    ->
    Posted on:November 27, 2022 at 03:57 PM

    In this blog, I reference to cdk pipeline typescript workshop to provide the full flow and source code as a cdk pipeline project.

  • ECS service-to-service communication

    ->
    Posted on:August 18, 2024 at 03:57 PM

    Interconnect 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 PM

    Empowering Amazon CodeCatalyst - Workflows as Code with CodeCatalyst-Blueprints

  • Run event-driven workflows with Amazon EKS Blueprints, Keda and Karpenter

    ->
    Posted on:December 5, 2022 at 03:57 PM

    Demonstrate how to automate the setup and configuration of CloudWatch alarms on Amazon EC2 in addition to providing alert notification to the Slack channel.

  • Kyverno Policy As Code Using CDK8S

    ->
    Posted on:November 19, 2022 at 03:57 PM

    In this blog, I reference to cdk pipeline typescript workshop to provide the full flow and source code as a cdk pipeline project.

  • Multi-Tenancy In EKS Cluster Using Vcluster

    ->
    Posted on:October 9, 2023 at 03:57 PM

    Multi-Tenancy In EKS Cluster Using Vcluster to provision an environment that closely resembles a real Kubernetes cluster.

  • FastApi With AWS Serverless powered by CDK Typescript

    ->
    Posted on:May 21, 2023 at 03:57 PM

    Deploy FastAPI in a Lambda function that is fronted by an HTTP API in API Gateway, you can enable API key required for the API

  • Single-Sign-On By Vouch Proxy And AWS Cognito

    ->
    Posted on:May 31, 2023 at 03:57 PM

    Vouch 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.