OffNet Newsroom

Daily topic roundup

AWS

Friday, August 14, 2026 · 6 stories, curated & summarized — click any story for the source.

Nebius, a cloud GPU provider, is committing to a swift 1 gigawatt power upgrade for its infrastructure. The company acknowledges the significant financial challenges involved but pledges to navigate every necessary funding mechanism to achieve this capacity increase. This move signals an aggressive push to meet growing demand for high-performance computing resources.

  • Nebius targets a 1 GW power capacity increase to support GPU workloads.
  • The company admits the plan requires complex financial maneuvering.
  • Rapid scaling is prioritized despite the high cost of power infrastructure.
  • This move highlights the intense competition for AI compute resources.
  • Investors should watch for funding announcements linked to this expansion.

AWS IAM Identity Center now includes Account Access Manager to simplify assigning IAM roles to workforce users and groups. This feature centralizes permissions management by allowing administrators to grant account access directly from the Identity Center rather than federating users individually into each account. It is available via the AWS IAM console, SDK, and infrastructure-as-code tools like CloudFormation and CDK.

  • Centralizes IAM role assignment for workforce users via IAM Identity Center.
  • Eliminates the need to federate users separately into each AWS account.
  • Supports management through console, SDK, CloudFormation, and CDK.
  • Improves user awareness and simplifies permissions flexibility at scale.
HOW IT WORKSCentralized Role Assignment Flow1Administrator configures access in IAM…2System assigns IAM roles to users and groups3Access is granted across accounts…4Permissions are managed centrally and…

Ryanair is integrating Google Cloud into its existing multi-cloud architecture, which already relies on AWS. The airline assigns specific workloads to each provider, with Google's Gemini model handling crew scheduling, weather forecasts, and maintenance data. This move reinforces a strategy of diversifying cloud infrastructure rather than consolidating on a single vendor.

  • Ryanair is adopting a multi-cloud approach, leveraging both AWS and Google Cloud.
  • Google's Gemini AI is tasked with processing crew, forecast, and maintenance data.
  • AWS retains its primary role in the airline's current infrastructure stack.
  • This diversification reduces vendor lock-in and spreads operational risk across providers.
AWS What's New awsdatabase ↺ since 08-11

EC2 adds application status checks for web servers and Docker daemons

Amazon EC2 now provides built-in application status checks to detect issues like stopped web servers or failing Docker daemons. Previously, users had to maintain custom monitoring solutions for these layer-7 problems. This feature allows practitioners to monitor application health alongside existing infrastructure metrics directly within the EC2 console.

  • Native monitoring for app-level failures like unresponsive web servers or network interface issues
  • Eliminates need for custom scripts to detect specific daemon or service outages
  • Integrates with existing EC2 status checks for unified infrastructure visibility
  • Reduces operational overhead by centralizing application health alerts
  • Covers common scenarios like Docker daemon failures and incorrect networking configs
TRADE-OFFEC2 App Status ChecksBefore NowCustom monitoring scripts requiredLayer-7 issues ignoredFragmented operational visibilityWith New FeatureNative web server checksDocker daemon monitoringUnified infrastructure visibilityvs
AWS What's New awsdatabase ↺ since 08-13

AWS EKS enables fine-grained control over Kubernetes control plane parameters

Amazon EKS now allows cluster administrators to configure advanced parameters for the scheduler, controller manager, and API server. Users can tune pod placement strategies, such as switching from LeastAllocated to MostAllocated to pack workloads more densely. This update also provides control over horizontal pod autoscaling responsiveness and resource lifecycle settings like event retention.

  • Tune the scheduler to use MostAllocated strategy for better node utilization and cost savings.
  • Adjust horizontal pod autoscaling sensitivity to match specific workload demand patterns.
  • Configure resource lifecycle parameters, such as event retention duration, directly in EKS.
  • Gain deeper control over API server and controller manager behaviors beyond default settings.
TRADE-OFFEKS Control Plane TuningDefault SettingsLeastAllocated pod…Standard autoscaling responsivenessBasic resource lifecycle defaultsFine-Grained ControlMostAllocated strategy for densityTunable autoscaling sensitivityCustom event retention settingsvs
AWS What's New awsdatabase ↺ since 08-11

Amazon OpenSearch Serverless raises collection group limit to 10,000

Amazon OpenSearch Serverless now allows up to 10,000 collections per collection group, a significant increase from the previous 1,500 limit. Collection groups enable multiple collections to share OpenSearch Compute Units (OCUs) even when protected by different AWS KMS keys. This change allows customers to consolidate workloads and reduce costs by sharing capacity across many collections while maintaining individual security controls.

  • Limit increased from 1,500 to 10,000 collections per group
  • Share OCUs across collections with different KMS keys
  • Consolidate multi-tenant workloads to lower compute costs
  • Maintain collection-level security and access controls
THE SHIFTOpenSearch Collection Limit Increase1,500PREVIOUS LIMIT10,000NEW LIMITMore collections share OCUs securely