Containers

Tag: CDK

Diving into Container Insights cost optimizations for HAQM EKS

Introduction HAQM CloudWatch Container Insights allows you to collect, aggregate, and analyze metrics, logs, and traces for your container-based applications and infrastructure on AWS. Container Insights captures metrics for various resources, such as CPU, memory, disk, and network, along with diagnostic data like container restart failures, which enables you to efficiently isolate and resolve problems. […]

Announcing Git-based service deployments with service sync for AWS Proton

Introduction Today, AWS Proton announced service sync, a new feature that allows application developers to configure and deploy their Proton services using Git. With this feature, developers can sync their AWS Proton service with a configuration defined in a Git repository, allowing them to use Git features, like version control and pull requests, to configure, […]

Announcing AWS CDK Support and CodeBuild Provisioning for AWS Proton

Announcing AWS CDK Support and CodeBuild Provisioning for AWS Proton

Introduction Today, AWS Proton announced CodeBuild provisioning, which allows customers to define a series of commands to determine how Infrastructure as Code (IaC) templates get deployed via AWS Proton. With CodeBuild provisioning, customers can use the IaC tool of their choice, such as the AWS Cloud Development Kit (AWS CDK) when defining templates. Previous to […]

Using CDK to perform continuous deployments in multi-region Kubernetes environments

This post also had contributions from Jiwon Yeom, Solutions Architect, AWS. Introduction AWS customers use infrastructure as code (IaC) to create cloud resources in a repeatable and predictable manner. IaC is especially helpful in managing environments with identical stacks, which is a common occurrence in active-active multi-region systems. Instead of managing each regional deployment individually, […]

Continuous Delivery of HAQM EKS Clusters Using AWS CDK and CDK Pipelines

This blog is no longer up to date and we recommend reviewing the HAQM EKS Blueprints for CDK Pipeline SDK module which makes it easier to create infrastructure Continuous Delivery pipelines via AWS CodePipeline. Customers are looking for ways to automate the deployment of their HAQM EKS clusters across different versions, environments, accounts, and Regions. […]

Getting started with Consul service mesh on HAQM ECS

We recently announced the general availability of HAQM Elastic Container Service (HAQM ECS) service extension for Consul service mesh in AWS Cloud Development Kit (AWS CDK). This is a new integration that makes it easier for customers to use Consul as a service mesh on HAQM ECS. In this blog post, we show you how […]

Leveraging HAQM EKS managed node group with placement group for low latency critical applications

Our customers have been asking how to host their low-latency applications with high throughput such as stock-trading applications and financial market workloads on HAQM Elastic Kubernetes Service (HAQM EKS), particularly with the EKS managed node group offering. In this blog post, we introduce the concept of HAQM Elastic Compute Cloud (HAQM EC2) placement groups, and […]

How to automate HAQM EKS preventative controls in CI/CD using CDK and OPA/Conftest

HAQM Elastic Kubernetes Services (HAQM EKS) is a fully managed service that helps customers run their Kubernetes clusters at scale by minimizing the efforts required to operate a Kubernetes control plane. AWS customers are accelerating EKS adoption to run large-scale Kubernetes workloads. As a result, customers are facing challenges to enforce security policies at scale […]