# Amazon EKS

Published articles for Amazon EKS.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Fault tolerant distributed training on Amazon EKS using NVRx

DevFeed: [Fault tolerant distributed training on Amazon EKS using NVRx](<https://devfeed.tech/articles/fault-tolerant-distributed-training-on-amazon-eks-using-nvrx-31520.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/fault-tolerant-distributed-training-on-amazon-eks-using-nvrx/>)

Author: Aravind Neelakantan

Published: 2026-09-16T18:59:25Z

Content type: tutorial

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [NCCL](<https://devfeed.tech/topics/nccl.md>), [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>), [PyTorch](<https://devfeed.tech/topics/pytorch.md>), [distributed-training](<https://devfeed.tech/topics/distributed-training.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>), [GPU](<https://devfeed.tech/topics/gpu.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-kubernetes-service](<https://devfeed.tech/tags/amazon-elastic-kubernetes-service.md>), [async](<https://devfeed.tech/tags/async.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [distributed-training](<https://devfeed.tech/tags/distributed-training.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [resiliency](<https://devfeed.tech/tags/resiliency.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>)

### AI overview

This tutorial integrates NVIDIA Resiliency Extension (NVRx) with PyTorch FSDP training on Amazon EKS. It covers asynchronous checkpointing, in-process restart, and in-job restart, and reports H100 benchmarks at 2- to 8-node scale with 99%+ training efficiency and recovery measured in seconds.

### Source excerpt

Integrate NVIDIA Resiliency Extension (NVRx) into PyTorch FSDP training on Amazon EKS to overlap checkpoint I/O with training and recover from GPU faults in seconds. This post covers async checkpointing, in-process restart, and ft_launcher in-job restart, with H100 benchmarks at 2 to 8 nodes showing 99%+ training efficiency and second-scale recovery.

## Building resilient real-time streaming workers with Amazon DynamoDB leases

DevFeed: [Building resilient real-time streaming workers with Amazon DynamoDB leases](<https://devfeed.tech/articles/building-resilient-real-time-streaming-workers-with-amazon-dynamodb-leases-4637.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/building-resilient-real-time-streaming-workers-with-amazon-dynamodb-leases/>)

Author: Siddhesh Tiwari

Published: 2026-09-10T16:14:22Z

Content type: tutorial

Language: en

Sources: [AWS Architecture Blog](<https://devfeed.tech/sources/aws-architecture-blog.md>)

Topics: [WebSocket](<https://devfeed.tech/topics/websocket.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>), [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-dynamodb](<https://devfeed.tech/tags/amazon-dynamodb.md>), [amazon-ec2](<https://devfeed.tech/tags/amazon-ec2.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-container-service](<https://devfeed.tech/tags/amazon-elastic-container-service.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [workers](<https://devfeed.tech/tags/workers.md>)

### AI overview

A tutorial for building resilient real-time WebSocket workers with Amazon DynamoDB leases. It covers conditional-write ownership, orphan reconciliation for automatic failover, and graceful shutdown to reduce deployment downtime on Amazon ECS and AWS Fargate.

### Source excerpt

Real-time streaming workers that hold hundreds of persistent WebSocket connections lose data when a worker fails. Learn how to build a WebSocket fleet management system on Amazon ECS and AWS Fargate that uses Amazon DynamoDB conditional writes as a distributed lease to track ownership, fail over automatically, and deploy with low downtime.

## Simplify and support your TorchServe workloads using Ray Serve Deep Learning Containers

DevFeed: [Simplify and support your TorchServe workloads using Ray Serve Deep Learning Containers](<https://devfeed.tech/articles/simplify-and-support-your-torchserve-workloads-using-ray-serve-deep-learning-containers-4741.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/simplify-and-support-your-torchserve-workloads-using-ray-serve-deep-learning-containers/>)

Author: Ananth Raghavendra

Published: 2026-09-09T15:51:29Z

Content type: tutorial

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [Inference](<https://devfeed.tech/topics/inference.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [vlm](<https://devfeed.tech/topics/vlm.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [PyTorch](<https://devfeed.tech/topics/pytorch.md>)

Tags: [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [containers](<https://devfeed.tech/tags/containers.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [inference](<https://devfeed.tech/tags/inference.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

The article introduces AWS Ray Serve Deep Learning Containers as a maintained, pre-tested inference option for teams moving from unmaintained TorchServe workloads. It demonstrates deploying a vision-language model on Amazon EKS using a single GPU node.

### Source excerpt

TorchServe is no longer maintained, leaving teams to own the entire GPU inference stack. The AWS Ray Serve Deep Learning Container is a supported, pre-tested container with the framework, GPU drivers, and serving layer already assembled. This post walks through deploying a vision-language model on Amazon EKS using the Ray Serve DLC on a single GPU node.

## Cut GPU inference cold start from 8 minutes to less than a minute

DevFeed: [Cut GPU inference cold start from 8 minutes to less than a minute](<https://devfeed.tech/articles/cut-gpu-inference-cold-start-from-8-minutes-to-less-than-a-minute-17618.md>)

Original publisher: [Read original article](<https://thenewstack.io/cut-gpu-cold-starts/>)

Author: Sajjan Gundapuneedi

Published: 2026-09-03T18:30:00Z

Content type: article

Language: en

Sources: [Kubernetes Overview, News and Trends | The New Stack](<https://devfeed.tech/sources/kubernetes-overview-news-and-trends-the-new-stack.md>)

Topics: [GPU](<https://devfeed.tech/topics/gpu.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>), [CUDA](<https://devfeed.tech/topics/cuda.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [aws-marketplace](<https://devfeed.tech/tags/aws-marketplace.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [inference](<https://devfeed.tech/tags/inference.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [large-language-models](<https://devfeed.tech/tags/large-language-models.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [post-contributed](<https://devfeed.tech/tags/post-contributed.md>), [s3](<https://devfeed.tech/tags/s3.md>), [sponsor-aws-marketplace](<https://devfeed.tech/tags/sponsor-aws-marketplace.md>), [sponsored-post-contributed](<https://devfeed.tech/tags/sponsored-post-contributed.md>)

### AI overview

The article measures GPU model startup from pod creation to the first inference response and identifies six sequential phases. It reports that CUDA kernel recompilation dominates startup for a 64 GB model, while S3 weight downloads dominate for a 203 GB model. Configuration and platform changes reduced warm-node startup times by 80-93%, with additional cold-node improvements requiring Amazon EKS Auto Mode.

### Source excerpt

We instrumented the full path from pod creation to first inference response on a GPU node running a 70B-class model. The post Cut GPU inference cold start from 8 minutes to less than a minute appeared first on The New Stack.

## AWS Launches Graviton5-Based EC2 R9g and R9gd Memory-Optimized Instances

DevFeed: [AWS Launches Graviton5-Based EC2 R9g and R9gd Memory-Optimized Instances](<https://devfeed.tech/articles/aws-launches-graviton5-based-ec2-r9g-and-r9gd-memory-optimized-instances-12359.md>)

Original publisher: [Read original article](<https://www.storagereview.com/news/aws-launches-graviton5-based-ec2-r9g-and-r9gd-memory-optimized-instances>)

Author: Harold Fritts

Published: 2026-09-01T18:42:59Z

Content type: news

Language: en

Sources: [StorageReview.com](<https://devfeed.tech/sources/storagereview-com.md>)

Topics: [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>), [Arm](<https://devfeed.tech/topics/arm.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Nitro System](<https://devfeed.tech/topics/nitro-system.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>), [Nitro Isolation Engine](<https://devfeed.tech/topics/nitro-isolation-engine.md>), [Database](<https://devfeed.tech/topics/database.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Formal verification](<https://devfeed.tech/topics/formal-verification.md>)

Tags: [amazon-ec2](<https://devfeed.tech/tags/amazon-ec2.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [arm](<https://devfeed.tech/tags/arm.md>), [aws](<https://devfeed.tech/tags/aws.md>), [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [caching](<https://devfeed.tech/tags/caching.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [database](<https://devfeed.tech/tags/database.md>), [docker](<https://devfeed.tech/tags/docker.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [formal-verification](<https://devfeed.tech/tags/formal-verification.md>), [go](<https://devfeed.tech/tags/go.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [java](<https://devfeed.tech/tags/java.md>), [microservices](<https://devfeed.tech/tags/microservices.md>), [nitro-isolation-engine](<https://devfeed.tech/tags/nitro-isolation-engine.md>), [nitro-system](<https://devfeed.tech/tags/nitro-system.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [nvme](<https://devfeed.tech/tags/nvme.md>), [processors](<https://devfeed.tech/tags/processors.md>), [python](<https://devfeed.tech/tags/python.md>), [time](<https://devfeed.tech/tags/time.md>)

### AI overview

AWS has generally released the Amazon EC2 R9g and R9gd instances, powered by AWS Graviton5 processors. These Arm-based, memory-optimized instances offer higher per-vCPU performance, faster memory, larger cache capacity, and increased networking and Amazon EBS bandwidth for database, caching, analytics, container, and microservices workloads. R9gd adds local NVMe SSD storage for low-latency local capacity. Both families use the AWS Nitro System and Nitro Isolation Engine, with AWS citing formal verification for the isolation properties.

### Source excerpt

AWS has made its Amazon EC2 R9g and R9gd instances generally available, introducing memory-optimized systems powered by AWS Graviton5 processors. The new Arm-based instances target database, caching, analytics, container, and microservices workloads that require high memory bandwidth and improved per-vCPU performance. Compared with Graviton4-based R8g instances, AWS states that R9g can deliver up to 25% The post AWS Launches Graviton5-Based EC2 R9g and R9gd Memory-Optimized Instances appeared first on StorageReview.com.

## Automate proxy injection for Amazon EKS on AWS Fargate using Kyverno

DevFeed: [Automate proxy injection for Amazon EKS on AWS Fargate using Kyverno](<https://devfeed.tech/articles/automate-proxy-injection-for-amazon-eks-on-aws-fargate-using-kyverno-4624.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/containers/automate-proxy-injection-for-amazon-eks-on-aws-fargate-using-kyverno/>)

Author: Himanshu Bansal

Published: 2026-09-01T15:59:57Z

Content type: tutorial

Language: en

Sources: [Containers](<https://devfeed.tech/sources/containers.md>)

Topics: [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-kubernetes-service](<https://devfeed.tech/tags/amazon-elastic-kubernetes-service.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [containers](<https://devfeed.tech/tags/containers.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [policy](<https://devfeed.tech/tags/policy.md>)

### AI overview

This tutorial shows how to use a Kyverno mutating admission policy to inject corporate HTTP/HTTPS proxy environment variables into Amazon EKS pods running on AWS Fargate. It targets labeled namespaces, avoids per-application manifest changes, and covers validation and proxy bypasses for Fluent Bit and AWS endpoints.

### Source excerpt

Learn how to use a Kyverno mutating admission policy to automatically inject corporate proxy environment variables into Amazon EKS on AWS Fargate pods at admission time, delivering consistent egress compliance without modifying application deployment manifests.

## Fast model loading for AI inference on Amazon EKS

DevFeed: [Fast model loading for AI inference on Amazon EKS](<https://devfeed.tech/articles/fast-model-loading-for-ai-inference-on-amazon-eks-4630.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/containers/fast-model-loading-for-ai-inference-on-amazon-eks/>)

Author: Sajjan Gundapuneedi

Published: 2026-09-01T15:48:15Z

Content type: article

Language: en

Sources: [Containers](<https://devfeed.tech/sources/containers.md>)

Topics: [Inference Performance](<https://devfeed.tech/topics/inference-performance.md>), [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Language models](<https://devfeed.tech/topics/language-models.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-inference](<https://devfeed.tech/tags/ai-inference.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-kubernetes-service](<https://devfeed.tech/tags/amazon-elastic-kubernetes-service.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [inference](<https://devfeed.tech/tags/inference.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [s3](<https://devfeed.tech/tags/s3.md>), [sglang](<https://devfeed.tech/tags/sglang.md>), [startup](<https://devfeed.tech/tags/startup.md>), [vllm](<https://devfeed.tech/tags/vllm.md>)

### AI overview

The article analyzes cold-start delays for AI inference pods on Amazon EKS. It finds that startup bottlenecks vary by model size: torch.compile dominates for smaller models, while loading weights from S3 to GPU memory dominates for larger models. Configuration changes to Run:ai Model Streamer reduce model-loading time on repeat launches.

### Source excerpt

When you scale AI inference on Amazon EKS, every new pod must load model weights into GPU memory before serving traffic. We investigated where cold-start time goes and found two configuration-only changes to Run:ai Model Streamer that cut model startup time by 80-93% on subsequent launches, with no code changes.

## Hybrid cloud orchestration: Modernizing on-premises infrastructure management with AWS

DevFeed: [Hybrid cloud orchestration: Modernizing on-premises infrastructure management with AWS](<https://devfeed.tech/articles/hybrid-cloud-orchestration-modernizing-on-premises-infrastructure-management-with-aws-4646.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/hybrid-cloud-orchestration-modernizing-on-premises-infrastructure-management-with-aws/>)

Author: Sandeep Singh

Published: 2026-09-01T14:01:10Z

Content type: tutorial

Language: en

Sources: [AWS Architecture Blog](<https://devfeed.tech/sources/aws-architecture-blog.md>)

Topics: [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Server](<https://devfeed.tech/topics/server.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [amazon-dynamodb](<https://devfeed.tech/tags/amazon-dynamodb.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [aws-step-functions](<https://devfeed.tech/tags/aws-step-functions.md>), [data-centers](<https://devfeed.tech/tags/data-centers.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [event-driven](<https://devfeed.tech/tags/event-driven.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [observability](<https://devfeed.tech/tags/observability.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [server](<https://devfeed.tech/tags/server.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [thought-leadership](<https://devfeed.tech/tags/thought-leadership.md>)

### AI overview

Tutorial on designing an AWS-based hybrid cloud orchestration system for centralized lifecycle management of distributed on-premises servers and EKS Anywhere clusters.

### Source excerpt

Learn how to build a hybrid cloud orchestration solution that manages distributed on-premises infrastructure at scale using AWS serverless technologies and Amazon EKS Anywhere. Part 1 covers the core event-driven architecture patterns for automating server lifecycle and cluster management across hundreds of sites.

## Break-glass access for Amazon EKS when federated identity fails

DevFeed: [Break-glass access for Amazon EKS when federated identity fails](<https://devfeed.tech/articles/break-glass-access-for-amazon-eks-when-federated-identity-fails-4625.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/containers/break-glass-access-for-amazon-eks-when-federated-identity-fails/>)

Author: Sam Mukherjee

Published: 2026-08-26T16:20:28Z

Content type: article

Language: en

Sources: [Containers](<https://devfeed.tech/sources/containers.md>)

Topics: [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [AWS Identity and Access Management (IAM)](<https://devfeed.tech/topics/aws-identity-and-access-management-iam.md>), [Infrastructure as code](<https://devfeed.tech/topics/infrastructure-as-code.md>), [MFA](<https://devfeed.tech/topics/mfa.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [iac-security](<https://devfeed.tech/topics/iac-security.md>), [migration](<https://devfeed.tech/topics/migration.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-kubernetes-service](<https://devfeed.tech/tags/amazon-elastic-kubernetes-service.md>), [aws-iam](<https://devfeed.tech/tags/aws-iam.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [identity-and-access-management](<https://devfeed.tech/tags/identity-and-access-management.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [mfa](<https://devfeed.tech/tags/mfa.md>), [migration](<https://devfeed.tech/tags/migration.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>)

### AI overview

This post presents a break-glass access pattern for Amazon EKS clusters when a federated identity provider fails. It describes a dedicated cross-account IAM role with enforced, recency-aware MFA, infrastructure-as-code templates, validation tests, and post-incident recovery procedures.

### Source excerpt

Implementing break-glass access for Amazon EKS clusters removes the circular dependency where a federated identity provider outage locks you out of the clusters you need to reach to fix it. This post supplies a cross-account IAM role with enforced MFA, infrastructure-as-code templates, validation tests, and a post-incident recovery procedure.

## AWS Weekly Roundup: Student Rewards on AWS Builder Center, Local Zone in Las Vegas, and more (August 24, 2026)

DevFeed: [AWS Weekly Roundup: Student Rewards on AWS Builder Center, Local Zone in Las Vegas, and more (August 24, 2026)](<https://devfeed.tech/articles/aws-weekly-roundup-student-rewards-on-aws-builder-center-local-zone-in-las-vegas-and-more-august-24-2026-4617.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/aws/aws-weekly-roundup-student-rewards-on-aws-builder-center-local-zone-in-las-vegas-and-more-august-24-2026/>)

Author: Esra Kayabali

Published: 2026-08-24T16:20:15Z

Content type: news

Language: en

Sources: [AWS News Blog](<https://devfeed.tech/sources/aws-news-blog.md>)

Topics: [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [AWS Local Zones](<https://devfeed.tech/topics/aws-local-zones.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Amazon Elastic Container Service](<https://devfeed.tech/topics/amazon-elastic-container-service.md>), [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [amazon](<https://devfeed.tech/tags/amazon.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-ec2](<https://devfeed.tech/tags/amazon-ec2.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-workspaces](<https://devfeed.tech/tags/amazon-workspaces.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [availability](<https://devfeed.tech/tags/availability.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-cloudshell](<https://devfeed.tech/tags/aws-cloudshell.md>), [aws-glue](<https://devfeed.tech/tags/aws-glue.md>), [aws-local-zones](<https://devfeed.tech/tags/aws-local-zones.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [education](<https://devfeed.tech/tags/education.md>), [launch](<https://devfeed.tech/tags/launch.md>), [news](<https://devfeed.tech/tags/news.md>), [resources](<https://devfeed.tech/tags/resources.md>), [week-in-review](<https://devfeed.tech/tags/week-in-review.md>)

### AI overview

This AWS Weekly Roundup highlights Student Rewards on AWS Builder Center, which gives verified higher-education students access to premium AWS Skill Builder resources and awards AWS Credits and a certification exam voucher for earning badges. It also covers a new AWS Local Zone in Las Vegas, an additional Availability Zone in the Europe (London) Region, and batch instance termination support for Amazon EC2 Auto Scaling. The supplied article text ends mid-sentence, so the summary covers only the available content.

### Source excerpt

During my time at AWS, I have always looked for opportunities to work with students. I have delivered over 50 talks at universities across the region, and watching the potential in the room is always a strong motivator. It reminds me of why I do this work, and that the students I meet today may [...]

## Deep dive into Amazon EKS certificate authority rotation

DevFeed: [Deep dive into Amazon EKS certificate authority rotation](<https://devfeed.tech/articles/deep-dive-into-amazon-eks-certificate-authority-rotation-4627.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/containers/deep-dive-into-amazon-eks-certificate-authority-rotation/>)

Author: Micah Hausler

Published: 2026-08-19T20:55:49Z

Content type: article

Language: en

Sources: [Containers](<https://devfeed.tech/sources/containers.md>)

Topics: [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [AWS Fargate](<https://devfeed.tech/topics/aws-fargate.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-kubernetes-service](<https://devfeed.tech/tags/amazon-elastic-kubernetes-service.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [availability](<https://devfeed.tech/tags/availability.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-fargate](<https://devfeed.tech/tags/aws-fargate.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [deep-dive](<https://devfeed.tech/tags/deep-dive.md>), [security](<https://devfeed.tech/tags/security.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [tls](<https://devfeed.tech/tags/tls.md>)

### AI overview

This deep dive explains Amazon EKS certificate authority rotation. It describes the managed lifecycle, automated safeguards, rollback, AWS-managed components, and the customer responsibilities needed to preserve connectivity during the transition.

### Source excerpt

Amazon EKS now provides a managed, non-disruptive lifecycle for rotating your cluster's certificate authority (CA), with automated safeguards and rollback. This deep dive explains how CA rotation works, what AWS handles versus what you must update, and how to walk through the rotation lifecycle on your own timeline.

## Amazon EKS is replacing the deprecated aws-auth ConfigMap for IAM-to-cluster permission mapping

DevFeed: [Amazon EKS is replacing the deprecated aws-auth ConfigMap for IAM-to-cluster permission mapping](<https://devfeed.tech/articles/aws-deprecated-this-eks-auth-method-81-of-clusters-still-run-it-17631.md>)

Original publisher: [Read original article](<https://thenewstack.io/kubernetes-fleet-security-management/>)

Author: Yannick Struyf

Published: 2026-08-19T18:59:54Z

Content type: article

Language: en

Sources: [Kubernetes Overview, News and Trends | The New Stack](<https://devfeed.tech/sources/kubernetes-overview-news-and-trends-the-new-stack.md>)

Topics: [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>), [Access Control](<https://devfeed.tech/topics/access-control.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [migration](<https://devfeed.tech/topics/migration.md>)

Tags: [access-control](<https://devfeed.tech/tags/access-control.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [aws](<https://devfeed.tech/tags/aws.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-native](<https://devfeed.tech/tags/cloud-native.md>), [deprecated](<https://devfeed.tech/tags/deprecated.md>), [iam](<https://devfeed.tech/tags/iam.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [migration](<https://devfeed.tech/tags/migration.md>), [nutanix](<https://devfeed.tech/tags/nutanix.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [post](<https://devfeed.tech/tags/post.md>), [report](<https://devfeed.tech/tags/report.md>), [security](<https://devfeed.tech/tags/security.md>), [sponsor-nutanix](<https://devfeed.tech/tags/sponsor-nutanix.md>), [sponsored](<https://devfeed.tech/tags/sponsored.md>), [sponsored-post](<https://devfeed.tech/tags/sponsored-post.md>)

### AI overview

The article examines security challenges in Kubernetes and cloud-native infrastructure, focusing on Amazon EKS's replacement of the deprecated aws-auth ConfigMap with an API-driven method for mapping IAM identities to cluster permissions. It also explains how Kubernetes security spans code, containers, clusters, and cloud infrastructure.

### Source excerpt

The migration to Kubernetes and cloud native infrastructure has been one of the defining IT trends of the past decade. The post AWS deprecated this EKS auth method. 81% of clusters still run it. appeared first on The New Stack.

## Adobe Firefly: Simplified observability with Amazon Managed Prometheus

DevFeed: [Adobe Firefly: Simplified observability with Amazon Managed Prometheus](<https://devfeed.tech/articles/adobe-firefly-simplified-observability-with-amazon-managed-prometheus-4634.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/adobe-firefly-simplified-observability-with-amazon-managed-prometheus/>)

Author: Dev Arora

Published: 2026-08-13T00:14:19Z

Content type: article

Language: en

Sources: [AWS Architecture Blog](<https://devfeed.tech/sources/aws-architecture-blog.md>)

Topics: [observability](<https://devfeed.tech/topics/observability.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Training AI Models](<https://devfeed.tech/topics/training-ai-models.md>)

Tags: [adobe](<https://devfeed.tech/tags/adobe.md>), [amazon](<https://devfeed.tech/tags/amazon.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-kubernetes-service](<https://devfeed.tech/tags/amazon-elastic-kubernetes-service.md>), [amazon-managed-service-for-prometheus](<https://devfeed.tech/tags/amazon-managed-service-for-prometheus.md>), [amazon-web-services-aws](<https://devfeed.tech/tags/amazon-web-services-aws.md>), [aws](<https://devfeed.tech/tags/aws.md>), [compute](<https://devfeed.tech/tags/compute.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [customer-solutions](<https://devfeed.tech/tags/customer-solutions.md>), [data](<https://devfeed.tech/tags/data.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [observability](<https://devfeed.tech/tags/observability.md>), [performance](<https://devfeed.tech/tags/performance.md>), [prometheus](<https://devfeed.tech/tags/prometheus.md>)

### AI overview

Adobe Firefly migrated critical GPU infrastructure metrics from self-managed Prometheus to Amazon Managed Service for Prometheus. The article describes the observability challenges of large-scale model training on Amazon EKS, including high-cardinality GPU, compute, memory, and network telemetry, and reports 28x faster GPU metric queries with improved reliability and operational efficiency.

### Source excerpt

Learn how Adobe Firefly achieved 28x faster GPU metric queries by migrating from self-managed Prometheus to Amazon Managed Service for Prometheus, with improvements in query performance, infrastructure reliability, and operational efficiency.

## Forensic container checkpointing on Amazon Elastic Kubernetes Service (Amazon EKS)

DevFeed: [Forensic container checkpointing on Amazon Elastic Kubernetes Service (Amazon EKS)](<https://devfeed.tech/articles/forensic-container-checkpointing-on-amazon-elastic-kubernetes-service-amazon-eks-4631.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/containers/forensic-container-checkpointing-on-amazon-eks/>)

Author: Varun DeviReddy

Published: 2026-08-12T17:38:15Z

Content type: tutorial

Language: en

Sources: [Containers](<https://devfeed.tech/sources/containers.md>)

Topics: [incident](<https://devfeed.tech/topics/incident.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-kubernetes-service](<https://devfeed.tech/tags/amazon-elastic-kubernetes-service.md>), [api](<https://devfeed.tech/tags/api.md>), [container-security](<https://devfeed.tech/tags/container-security.md>), [containers](<https://devfeed.tech/tags/containers.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [memory](<https://devfeed.tech/tags/memory.md>), [processes](<https://devfeed.tech/tags/processes.md>), [security](<https://devfeed.tech/tags/security.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>)

### AI overview

This tutorial explains how to preserve volatile runtime evidence from suspicious containers on Amazon EKS by using the Kubelet Checkpoint API. It deploys a checkpoint agent that captures container state without stopping the workload, packages the result as an OCI image, and stores it in Amazon ECR for later forensic analysis.

### Source excerpt

Amazon EKS 1.34 makes the Kubelet Checkpoint API functional, so you can capture a running container's full state (memory, processes, and network connections) without stopping the workload. This post shows how to deploy an unprivileged checkpoint agent that stores forensic checkpoints in Amazon ECR as OCI images for later analysis.

## Introducing advanced Kubernetes control plane configuration in Amazon EKS

DevFeed: [Introducing advanced Kubernetes control plane configuration in Amazon EKS](<https://devfeed.tech/articles/introducing-advanced-kubernetes-control-plane-configuration-in-amazon-eks-4632.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/containers/introducing-advanced-kubernetes-control-plane-configuration-in-amazon-eks/>)

Author: Ashok Srirama

Published: 2026-08-12T17:23:45Z

Content type: article

Language: en

Sources: [Containers](<https://devfeed.tech/sources/containers.md>)

Topics: [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [API](<https://devfeed.tech/topics/api.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [ai-ml](<https://devfeed.tech/tags/ai-ml.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-kubernetes-service](<https://devfeed.tech/tags/amazon-elastic-kubernetes-service.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [api](<https://devfeed.tech/tags/api.md>), [availability](<https://devfeed.tech/tags/availability.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [packing](<https://devfeed.tech/tags/packing.md>), [retention](<https://devfeed.tech/tags/retention.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

Amazon EKS introduces advanced Kubernetes control plane configuration, allowing users to set API server, scheduler, and controller manager parameters directly. The article covers pod placement scoring, event retention, and HPA synchronization settings through feature explanations and hands-on walkthroughs.

### Source excerpt

With Amazon EKS, you can now configure Kubernetes control plane components (the API server, scheduler, and controller manager) directly through EKS APIs. This post explains what's configurable and includes two hands-on walkthroughs: enabling MostAllocated bin-packing to optimize pod placement, and tuning event retention duration.

## Pulling multi-gigabyte container images in seconds on Amazon EKS

DevFeed: [Pulling multi-gigabyte container images in seconds on Amazon EKS](<https://devfeed.tech/articles/pulling-multi-gigabyte-container-images-in-seconds-on-amazon-eks-17615.md>)

Original publisher: [Read original article](<https://thenewstack.io/accelerating-eks-image-pulls/>)

Author: Sri Saran Balaji Vellore Rajakumar

Published: 2026-08-10T16:00:00Z

Content type: article

Language: en

Sources: [Kubernetes Overview, News and Trends | The New Stack](<https://devfeed.tech/sources/kubernetes-overview-news-and-trends-the-new-stack.md>)

Topics: [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>), [container images](<https://devfeed.tech/topics/container-images.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [CUDA](<https://devfeed.tech/topics/cuda.md>)

Tags: [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [aws-marketplace](<https://devfeed.tech/tags/aws-marketplace.md>), [container](<https://devfeed.tech/tags/container.md>), [container-images](<https://devfeed.tech/tags/container-images.md>), [containers](<https://devfeed.tech/tags/containers.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [post-contributed](<https://devfeed.tech/tags/post-contributed.md>), [sponsor-aws-marketplace](<https://devfeed.tech/tags/sponsor-aws-marketplace.md>), [sponsored-post-contributed](<https://devfeed.tech/tags/sponsored-post-contributed.md>)

### AI overview

This article explains how a production ML platform on Amazon EKS reduced multi-minute pulls of roughly 30 GB container images to seconds. Profiling found that software use of available hardware, rather than network bandwidth or the registry, was the main constraint; the resulting changes are available by default in EKS Auto Mode and were contributed upstream to containerd and the SOCI snapshotter.

### Source excerpt

When the image is the bottleneck: Machine learning changed what a container image looks like. A typical application ships in The post Pulling multi-gigabyte container images in seconds on Amazon EKS appeared first on The New Stack.

## Centralize cross-account Amazon ECS telemetry with an ADOT gateway

DevFeed: [Centralize cross-account Amazon ECS telemetry with an ADOT gateway](<https://devfeed.tech/articles/centralize-cross-account-amazon-ecs-telemetry-with-an-adot-gateway-4626.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/containers/centralize-cross-account-amazon-ecs-telemetry-with-an-adot-gateway/>)

Author: Rahul Kumar

Published: 2026-08-06T16:13:46Z

Content type: tutorial

Language: en

Sources: [Containers](<https://devfeed.tech/sources/containers.md>)

Topics: [Amazon Elastic Container Service](<https://devfeed.tech/topics/amazon-elastic-container-service.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>), [SIEM, Security, Observability](<https://devfeed.tech/topics/siem-security-observability.md>), [Amazon CloudWatch](<https://devfeed.tech/topics/amazon-cloudwatch.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Windows](<https://devfeed.tech/topics/windows.md>), [.NET Framework](<https://devfeed.tech/topics/net-framework.md>), [Traces](<https://devfeed.tech/topics/traces.md>), [log management](<https://devfeed.tech/topics/log-management.md>), [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>)

Tags: [amazon-cloudwatch](<https://devfeed.tech/tags/amazon-cloudwatch.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-container-service](<https://devfeed.tech/tags/amazon-elastic-container-service.md>), [amazon-elastic-kubernetes-service](<https://devfeed.tech/tags/amazon-elastic-kubernetes-service.md>), [aws](<https://devfeed.tech/tags/aws.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [logs](<https://devfeed.tech/tags/logs.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [net-framework](<https://devfeed.tech/tags/net-framework.md>), [observability](<https://devfeed.tech/tags/observability.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [traces](<https://devfeed.tech/tags/traces.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

This tutorial presents a centralized AWS Distro for OpenTelemetry gateway for collecting telemetry from Amazon ECS workloads across multiple AWS accounts. It replaces per-task sidecars, supports Windows .NET Framework tasks, receives OTLP over private connectivity, and exports traces to AWS X-Ray plus metrics and logs to Amazon CloudWatch.

### Source excerpt

Running an OpenTelemetry collector as a sidecar in every Amazon ECS task does not scale across a multi-account estate, and it cannot run at all on Windows. Learn how to replace per-task sidecars with a single centralized ADOT gateway that ingests OTLP from workloads across accounts and exports traces to AWS X-Ray and metrics and logs to Amazon CloudWatch.

## Under the hood: how Amazon EKS Auto Mode detects, repairs, and diagnoses node failures

DevFeed: [Under the hood: how Amazon EKS Auto Mode detects, repairs, and diagnoses node failures](<https://devfeed.tech/articles/under-the-hood-how-amazon-eks-auto-mode-detects-repairs-and-diagnoses-node-failures-4633.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/containers/under-the-hood-how-amazon-eks-auto-mode-detects-repairs-and-diagnoses-node-failures/>)

Author: Sajjan Gundapuneedi

Published: 2026-08-05T18:48:18Z

Content type: article

Language: en

Sources: [Containers](<https://devfeed.tech/sources/containers.md>)

Topics: [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [systemd](<https://devfeed.tech/topics/systemd.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-kubernetes-service](<https://devfeed.tech/tags/amazon-elastic-kubernetes-service.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [diagnostics](<https://devfeed.tech/tags/diagnostics.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [systemd](<https://devfeed.tech/tags/systemd.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>)

### AI overview

This article explains how Amazon EKS Auto Mode detects, diagnoses, drains, and replaces failed Kubernetes nodes. It describes the collaboration between the Node Monitoring Agent and Karpenter, including system-level fault detection, repair policies, safety thresholds, and node diagnostics without SSH.

### Source excerpt

On Amazon EKS Auto Mode, node failures are detected, drained, and replaced automatically before anyone reaches for a laptop. This post shows how the Node Monitoring Agent and Karpenter form a detect-and-replace cycle that runs by default, why specific faults trigger node replacement, and how to collect node diagnostics without SSH.

## The true cost of Kubernetes release support for Platform Engineers

DevFeed: [The true cost of Kubernetes release support for Platform Engineers](<https://devfeed.tech/articles/the-true-cost-of-kubernetes-release-support-for-platform-engineers-12251.md>)

Original publisher: [Read original article](<https://platformengineering.org/blog/the-true-cost-of-kubernetes-release-support-for-platform-engineers>)

Author: Bruce Gain

Published: 2026-07-23T05:40:01Z

Content type: comparison

Language: en

Sources: [Platform Engineering Blog](<https://devfeed.tech/sources/platform-engineering-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [Azure](<https://devfeed.tech/topics/azure.md>), [rancher](<https://devfeed.tech/topics/rancher.md>)

Tags: [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [aws](<https://devfeed.tech/tags/aws.md>), [azure](<https://devfeed.tech/tags/azure.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [comparison](<https://devfeed.tech/tags/comparison.md>), [cost](<https://devfeed.tech/tags/cost.md>), [cves](<https://devfeed.tech/tags/cves.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [operational](<https://devfeed.tech/tags/operational.md>), [platform](<https://devfeed.tech/tags/platform.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [private-cloud](<https://devfeed.tech/tags/private-cloud.md>), [red-hat](<https://devfeed.tech/tags/red-hat.md>), [releases](<https://devfeed.tech/tags/releases.md>), [security](<https://devfeed.tech/tags/security.md>), [support](<https://devfeed.tech/tags/support.md>), [testing](<https://devfeed.tech/tags/testing.md>), [upgrades](<https://devfeed.tech/tags/upgrades.md>), [vmware-cloud-foundation](<https://devfeed.tech/tags/vmware-cloud-foundation.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

This article compares the operational and financial trade-offs of Kubernetes release support models. It explains that the CNCF's 14-month support window requires frequent upgrades, creating testing, coordination, maintenance, and service-disruption risks. Hyperscalers such as Amazon EKS, Google GKE, and Azure AKS offer paid extended support, while VMware Cloud Foundation provides 24 months of standard support without incremental fees and Red Hat OpenShift offers a 36-month support window.

### Source excerpt

Compare the true cost and operational trade-offs of Kubernetes extended support fees from hyperscalers (AWS, GCP, Azure) versus the longer, predictable maintenance cycles of VMware VCF and other enterprise distributions.

## Self-healing GPU nodes in Kubernetes: What we learned building the EKS node monitoring agent

DevFeed: [Self-healing GPU nodes in Kubernetes: What we learned building the EKS node monitoring agent](<https://devfeed.tech/articles/self-healing-gpu-nodes-in-kubernetes-what-we-learned-building-the-eks-node-monitoring-agent-17639.md>)

Original publisher: [Read original article](<https://thenewstack.io/self-healing-gpu-nodes/>)

Author: Sajjan Gundapuneedi

Published: 2026-07-19T13:00:00Z

Content type: article

Language: en

Sources: [Kubernetes Overview, News and Trends | The New Stack](<https://devfeed.tech/sources/kubernetes-overview-news-and-trends-the-new-stack.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>)

Tags: [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [aws-marketplace](<https://devfeed.tech/tags/aws-marketplace.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [pcie](<https://devfeed.tech/tags/pcie.md>), [post-contributed](<https://devfeed.tech/tags/post-contributed.md>), [self-healing](<https://devfeed.tech/tags/self-healing.md>), [sponsor-aws-marketplace](<https://devfeed.tech/tags/sponsor-aws-marketplace.md>), [sponsored-post-contributed](<https://devfeed.tech/tags/sponsored-post-contributed.md>)

### AI overview

The article describes how the EKS Node Monitoring Agent detects Kubernetes node failures, writes NodeConditions, and works with Karpenter to replace affected nodes. It explains design lessons from operating automatic repair at GPU scale and places the agent within EKS Auto Mode.

### Source excerpt

When you run Kubernetes at the scale we do on Amazon EKS, nodes break constantly. GPUs fall off the PCIe The post Self-healing GPU nodes in Kubernetes: What we learned building the EKS node monitoring agent appeared first on The New Stack.

## From intent to enforcement: Lessons from operating Kubernetes controllers at scale

DevFeed: [From intent to enforcement: Lessons from operating Kubernetes controllers at scale](<https://devfeed.tech/articles/from-intent-to-enforcement-lessons-from-operating-kubernetes-controllers-at-scale-17627.md>)

Original publisher: [Read original article](<https://thenewstack.io/kubernetes-controllers-at-scale/>)

Author: Sri Saran Balaji Vellore Rajakumar

Published: 2026-07-17T12:00:00Z

Content type: article

Language: en

Sources: [Kubernetes Overview, News and Trends | The New Stack](<https://devfeed.tech/sources/kubernetes-overview-news-and-trends-the-new-stack.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>), [VPC](<https://devfeed.tech/topics/vpc.md>)

Tags: [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [aws-marketplace](<https://devfeed.tech/tags/aws-marketplace.md>), [clusters](<https://devfeed.tech/tags/clusters.md>), [controllers](<https://devfeed.tech/tags/controllers.md>), [declarative](<https://devfeed.tech/tags/declarative.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [networking](<https://devfeed.tech/tags/networking.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [policy-controller](<https://devfeed.tech/tags/policy-controller.md>), [post-contributed](<https://devfeed.tech/tags/post-contributed.md>), [reconciliation](<https://devfeed.tech/tags/reconciliation.md>), [scale](<https://devfeed.tech/tags/scale.md>), [security](<https://devfeed.tech/tags/security.md>), [sponsor-aws-marketplace](<https://devfeed.tech/tags/sponsor-aws-marketplace.md>), [sponsored-post-contributed](<https://devfeed.tech/tags/sponsored-post-contributed.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

This article explains lessons from operating Kubernetes controllers at scale in Amazon EKS. It focuses on how the Network Policy Controller and VPC Resource Controller reconcile declared intent with changing cluster state to enforce network traffic and AWS resource access policies.

### Source excerpt

Kubernetes controllers are what make the platform's declarative model real. They observe the state, reconcile toward the intent, and keep The post From intent to enforcement: Lessons from operating Kubernetes controllers at scale appeared first on The New Stack.

## What running Kubernetes across millions of clusters taught AWS about zonal failures

DevFeed: [What running Kubernetes across millions of clusters taught AWS about zonal failures](<https://devfeed.tech/articles/what-running-kubernetes-across-millions-of-clusters-taught-aws-about-zonal-failures-17623.md>)

Original publisher: [Read original article](<https://thenewstack.io/eks-zonal-shift-resilience/>)

Author: Raghav Tripathi

Published: 2026-07-10T15:00:00Z

Content type: article

Language: en

Sources: [Kubernetes Overview, News and Trends | The New Stack](<https://devfeed.tech/sources/kubernetes-overview-news-and-trends-the-new-stack.md>)

Topics: [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>), [Availability](<https://devfeed.tech/topics/availability.md>)

Tags: [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [api](<https://devfeed.tech/tags/api.md>), [availability](<https://devfeed.tech/tags/availability.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-marketplace](<https://devfeed.tech/tags/aws-marketplace.md>), [cloud-services](<https://devfeed.tech/tags/cloud-services.md>), [health-checks](<https://devfeed.tech/tags/health-checks.md>), [kubectl](<https://devfeed.tech/tags/kubectl.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [networking](<https://devfeed.tech/tags/networking.md>), [operations](<https://devfeed.tech/tags/operations.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-contributed](<https://devfeed.tech/tags/post-contributed.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [sponsor-aws-marketplace](<https://devfeed.tech/tags/sponsor-aws-marketplace.md>), [sponsored-post-contributed](<https://devfeed.tech/tags/sponsored-post-contributed.md>)

### AI overview

AWS describes how years of engineering on Amazon EKS addressed zonal failures, including gray failures where a zone is degraded but still passes some health checks. The approach emphasizes static stability, preserving capacity, and routing around the impaired Availability Zone.

### Source excerpt

Handling the obvious failures is the easy part: a server goes down, you spin up another. The failures that actually The post What running Kubernetes across millions of clusters taught AWS about zonal failures appeared first on The New Stack.

## AWS Weekly Roundup: Claude Sonnet 5 on AWS, Amazon WorkSpaces for AI agents, AWS service availability updates, and more (July 6, 2026)

DevFeed: [AWS Weekly Roundup: Claude Sonnet 5 on AWS, Amazon WorkSpaces for AI agents, AWS service availability updates, and more (July 6, 2026)](<https://devfeed.tech/articles/aws-weekly-roundup-claude-sonnet-5-on-aws-amazon-workspaces-for-ai-agents-aws-service-availability-updates-and-more-july-6-2026-4612.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/aws/aws-weekly-roundup-claude-sonnet-5-on-aws-amazon-workspaces-for-ai-agents-aws-service-availability-updates-and-more-july-6-2026/>)

Author: Daniel Abib

Published: 2026-07-06T15:46:43Z

Content type: news

Language: en

Sources: [AWS News Blog](<https://devfeed.tech/sources/aws-news-blog.md>)

Topics: [Amazon WorkSpaces](<https://devfeed.tech/topics/amazon-workspaces.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>), [AWS CloudFormation](<https://devfeed.tech/topics/aws-cloudformation.md>), [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-cloudwatch](<https://devfeed.tech/tags/amazon-cloudwatch.md>), [amazon-ec2](<https://devfeed.tech/tags/amazon-ec2.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-kubernetes-service](<https://devfeed.tech/tags/amazon-elastic-kubernetes-service.md>), [amazon-opensearch-service](<https://devfeed.tech/tags/amazon-opensearch-service.md>), [amazon-sagemaker-ai](<https://devfeed.tech/tags/amazon-sagemaker-ai.md>), [amazon-workspaces](<https://devfeed.tech/tags/amazon-workspaces.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-certificate-manager](<https://devfeed.tech/tags/aws-certificate-manager.md>), [aws-cloudformation](<https://devfeed.tech/tags/aws-cloudformation.md>), [claude](<https://devfeed.tech/tags/claude.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [news](<https://devfeed.tech/tags/news.md>), [tls](<https://devfeed.tech/tags/tls.md>), [week-in-review](<https://devfeed.tech/tags/week-in-review.md>)

### AI overview

AWS weekly roundup covering Amazon WorkSpaces for AI agents, Claude Sonnet 5 availability, service availability updates, and recent launches including EC2 instances, CloudFormation Express mode, EKS Kubernetes rollbacks, and ACM ACME support.

### Source excerpt

A couple of editions ago I wrote about what I find so energizing about working with startups. Last week I got a fresh dose of it: I spent a few days with the AWS Startups team, listening to stories of founders talking about the problems they're actually solving. One story that stayed with me came [...]

## Upgrade Amazon EKS clusters with confidence using Kubernetes version rollbacks

DevFeed: [Upgrade Amazon EKS clusters with confidence using Kubernetes version rollbacks](<https://devfeed.tech/articles/upgrade-amazon-eks-clusters-with-confidence-using-kubernetes-version-rollbacks-4623.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/aws/upgrade-amazon-eks-clusters-with-confidence-using-kubernetes-version-rollbacks/>)

Author: Micah Walter

Published: 2026-07-01T17:20:30Z

Content type: release

Language: en

Sources: [AWS News Blog](<https://devfeed.tech/sources/aws-news-blog.md>)

Topics: [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>)

Tags: [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-kubernetes-service](<https://devfeed.tech/tags/amazon-elastic-kubernetes-service.md>), [compute](<https://devfeed.tech/tags/compute.md>), [feature](<https://devfeed.tech/tags/feature.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [launch](<https://devfeed.tech/tags/launch.md>), [news](<https://devfeed.tech/tags/news.md>), [safety](<https://devfeed.tech/tags/safety.md>)

### AI overview

Amazon EKS introduces Kubernetes version rollbacks, allowing administrators to reverse an upgrade to the prior version within seven days. The feature includes rollback-readiness checks for node compatibility and add-on dependencies.

### Source excerpt

Learn how Kubernetes version rollbacks for Amazon EKS let you reverse cluster upgrades within seven days. This new feature provides a safety net for upgrade failures--no cluster rebuilds required--turning Kubernetes version upgrades into a reversible, low-risk operation.

[Next page](<https://devfeed.tech/tags/amazon-eks.md?cursor=WyIyMDI2LTA3LTAxVDE3OjIwOjMwKzAwOjAwIiwgIjc0Njg0NTBlLWE2ZjUtNGFmNS1hMDAxLTJlNGZkMGYwNDQ5YiJd>)