OffNet Newsroom

Daily topic roundup

AWS

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

AWS Database Blog awsdatabase ↺ since 07-03

CRED automates Amazon RDS Blue/Green Deployments at scale

CRED constructed an automated orchestration layer around Amazon RDS Blue/Green Deployments to manage engine upgrades, instance scaling, and storage optimization across its entire database fleet. The system also handles the migration of Change Data Capture (CDC) pipelines during these transitions. This approach has resulted in zero data loss and zero production incidents since implementation.

  • Automated orchestration reduces risk for engine upgrades and scaling events
  • Blue/Green Deployments enable seamless CDC pipeline migration without downtime
  • Storage optimization is integrated into the deployment workflow
  • Zero data loss and zero production incidents achieved at scale
InfoQ generaldevops ↺ since 07-05

Claude GA on Foundry Blocked in Europe Due to Missing Data Zone

Anthropic’s Claude models have reached general availability on Microsoft Foundry with native Azure billing and governance features. However, the service lacks a dedicated European data zone, meaning data residency guarantees do not apply here unlike in Bedrock or Vertex AI. Consequently, European enterprises in regulated sectors like banking and healthcare cannot currently deploy it in production.

  • Claude is GA on Foundry but lacks EU data residency support.
  • Azure-native billing and governance are available globally.
  • EU banking and healthcare sectors cannot use it in production.
  • Data guarantees apply to Bedrock/Vertex, not Foundry in EU.
AWS Database Blog awsdatabase ↺ since 07-02

AWS Centralizes RDS and Aurora Monitoring Across Accounts and Regions

AWS introduced cross-account and cross-Region monitoring capabilities for Amazon RDS and Aurora using CloudWatch Database Insights. This feature allows organizations to configure a single centralized monitoring account that aggregates visibility from databases distributed across multiple AWS accounts and geographic Regions. The update simplifies fleet-wide observability for complex, multi-account infrastructure deployments.

  • Enable centralized visibility for RDS and Aurora across multiple AWS accounts and Regions.
  • Use CloudWatch Database Insights to aggregate metrics into a single monitoring account.
  • Simplify fleet-wide observability for distributed database infrastructure.
  • Reduce operational overhead by consolidating monitoring into one central location.
AWS What's New awsdatabase ↺ since 07-03

Amazon EKS adds 7-day Kubernetes minor version rollback

Amazon EKS now allows operators to revert to the previous Kubernetes minor version within seven days of an upgrade. The service performs automated readiness checks covering API compatibility, add-ons, and cluster health before executing the rollback. For EKS Auto Mode clusters, the system automatically manages worker node downgrades prior to reverting the control plane. Rollbacks can be triggered via the console, AWS CLI, or SDKs.

  • Provides a 7-day safety window to revert Kubernetes minor version upgrades in EKS.
  • Automated readiness checks validate API compatibility, version skew, and add-on status before rollback.
  • EKS Auto Mode handles worker node downgrades automatically before control plane reversion.
  • Initiate rollbacks using the EKS console, AWS CLI, or AWS SDKs.
BY THE NUMBERSSeven Day Safety Window7Days to rollback EKS upgradesRevert minor versions within one week

AWS has launched Amazon S3 Annotations, allowing teams to attach rich, searchable metadata like summaries, compliance tags, and AI insights directly to objects. These annotations are managed independently of the underlying S3 object data, enabling updates without modifying the object itself. This capability allows for cross-dataset querying of context, potentially eliminating the need for external metadata management platforms.

  • Annotations decouple searchable context from the S3 object data itself.
  • Supports summaries, classifications, compliance data, and AI-generated insights.
  • Enables querying context across multiple datasets without external systems.
  • May reduce operational overhead by removing separate metadata infrastructure.
AWS What's New awsdatabase ↺ since 07-03

Amazon ECS Express Mode now accepts custom task definitions

AWS has extended ECS Express Mode to support custom task definitions, allowing users to apply the service's automated infrastructure management to existing application configurations. This update enables the reuse of task definitions from current CI/CD pipelines and IaC workflows without sacrificing the simplified deployment features like auto-scaling and load balancing. The change bridges the gap between rapid Express Mode deployments and complex operational requirements for containerized workloads.

  • Custom task definitions are now valid inputs for ECS Express Mode deployments
  • Retain existing CI/CD and IaC task definitions while using Express automation
  • Gain automatic load balancing, networking, and scaling for custom apps
  • Simplifies deployment of containerized web apps and APIs with advanced configs
CHECKLISTMigrate to Express ModeReuse existing custom task definitionsMaintain current CI/CD and IaC workflowsEnable automatic load balancingActivate auto-scaling for containersSimplify complex web app deployment