OffNet Newsroom

Daily topic roundup

AWS

Wednesday, July 29, 2026 · 6 stories, curated & summarized — click any story for the source.

Amazon EKS has increased the Horizontal Pod Autoscaler (HPA) sync concurrency on Provisioned Control Plane clusters to up to 40 times the default Kubernetes value. This enhancement allows the control plane to evaluate multiple HPA objects in parallel, significantly reducing the time required to scale workloads in response to demand. The update targets clusters running hundreds or thousands of HPA objects, ensuring quicker responsiveness to load changes.

  • HPA sync concurrency is now up to 40x the default Kubernetes limit on EKS Provisioned Control Planes.
  • Parallel evaluation of HPA objects reduces scaling latency for high-demand workloads.
  • Beneficial for clusters managing hundreds or thousands of HPA objects simultaneously.
  • Improves responsiveness to traffic spikes without manual intervention.
BY THE NUMBERSHPA Sync Concurrency Boost40xFaster HPA sync concurrencyUp to 40 times default Kubernetes limit
AWS What's New awsdatabase

Amazon EKS OIDC endpoint now supports AWS PrivateLink

Amazon EKS has added support for AWS PrivateLink on its cluster OIDC discovery and JWKS endpoints, which are critical for IAM roles for service accounts (IRSA). This allows tools like eksctl, Terraform, and custom token validators to access signing keys privately from within a VPC without requiring internet egress. The feature ensures correct DNS resolution even when the EKS management VPC endpoint is configured for private connectivity.

  • Eliminates need for internet egress to access IRSA OIDC keys
  • Supports private token validation for IRSA in restricted VPCs
  • Requires creating interface VPC endpoint for com.amazonaws.<region>.oidc-eks
  • Ensures DNS resolution works with EKS management VPC endpoints
TRADE-OFFOIDC Access MethodsOld MethodRequires internet egressPublic traffic exposureSecurity risksNew PrivateLinkNo internet egressPrivate VPC connectivityEnhanced securityvs

Amazon Redshift Serverless now supports a 3-year All Upfront payment option for Serverless Reservations, delivering up to 50% discount on compute costs compared to on-demand pricing. This model requires paying the full reservation term upfront in exchange for maximum savings and cost predictability. The new option complements existing 1-year and 3-year No Upfront and All Upfront choices, allowing teams to align commitment structures with financial preferences while maintaining the benefits of serverless scaling.

  • 3-year All Upfront reservations offer up to 50% cost reduction over on-demand rates
  • Requires full payment at start but ensures maximum discount on RPU consumption
  • Adds to existing portfolio of 1-year/3-year No/All Upfront reservation options
  • Enhances cost predictability for long-term serverless analytics workloads
BY THE NUMBERS50% Savings on Redshift50%Max cost reduction with 3-year upfrontAll Upfront reservation option for serverless

AWS introduces an extended ZDM Proxy deployed on AWS Fargate to facilitate seamless migration from self-managed Apache Cassandra to Amazon Keyspaces without service interruption. The solution automates a six-phase migration workflow, covering initial data loading through final validation and cutover. It also provides guidance on security and cost optimization for production environments.

  • Deploy ZDM Proxy on Fargate for managed, scalable migration infrastructure
  • Execute six-phase workflow: load, sync, validate, and cutover
  • Achieve true zero downtime during the transition to Keyspaces
  • Apply built-in security and cost best practices for production
InfoQ generaldevops ↺ since 07-28

AWS GuardDuty Investigation Agent automates threat triage via MCP

AWS has introduced a public preview for the GuardDuty Investigation Agent, designed to correlate security findings, 90-day activity logs, and resource topologies. The agent generates structured reports featuring risk ratings, confidence scores, and MITRE ATT&CK classifications. Access is provided through the AWS MCP Server, enabling integration with agentic tooling for automated workflows.

  • New agent correlates findings, logs, and topology into structured security reports.
  • Reports include risk ratings, confidence scores, and MITRE ATT&CK mappings.
  • Accessible via AWS MCP Server for direct integration with agentic workflows.
  • Preview limits usage to 10 investigations per account per day.
AWS What's New awsdatabase ↺ since 07-28

Amazon Neptune adds tag-based access control for IAM policies

Amazon Neptune now allows administrators to use AWS resource tags and IAM principal tags as conditions in IAM policies and Service Control Policies. This feature enables dynamic, attribute-based access control for Neptune data-plane operations without needing to enumerate specific cluster ARNs. It addresses the need for scalable security boundaries when managing multiple clusters at scale.

  • Use Neptune cluster tags and IAM principal tags to enforce access boundaries dynamically.
  • Avoid hardcoding cluster ARNs in IAM policies by leveraging tag matching conditions.
  • Applies to Neptune data-plane operations like neptune-db:* under IAM and SCPs.
  • Simplifies governance for multi-cluster environments with shared organizational policies.
TRADE-OFFNeptune Tag-Based AccessClassic IAM PoliciesRequires hardcoding cluster ARNsDifficult to scale across…Static and rigid boundariesNew Tag-Based ControlUses dynamic resource and…Scales easily for multi-cluster envsSimplifies governance with…vs