OffNet Newsroom

Daily topic roundup

AWS

Saturday, August 01, 2026 · 8 stories, curated & summarized — click any story for the source.

Amazon Aurora DSQL now supports multi-Region clusters in Europe (Stockholm), Europe (Spain), Asia Pacific (Mumbai), and Asia Pacific (Singapore). This service provides a serverless, distributed SQL database with active-active high availability and multi-Region strong consistency. Each cluster offers writable endpoints in both peered regions, ensuring a single logical database remains available even if one region fails.

  • Aurora DSQL is now available in four new regions for multi-Region cluster deployments.
  • Active-active architecture ensures strong consistency across geographically distributed nodes.
  • Writers can target either region, maintaining availability during regional outages.
  • Expands the footprint beyond US and existing APAC regions to new European markets.
HOW IT WORKSAurora DSQL Multi-Region Flow1Deploy cluster in Stockholm and Spain2Enable active-active high availability3Route writes to either region4Maintain strong consistency globally

Amazon RDS for Oracle now allows 1-year and 3-year Reserved Instances for R8i and M8i instance types, offering up to 53% savings over On-Demand pricing. These instances utilize custom Intel Xeon 6 processors exclusive to AWS, providing significantly higher memory bandwidth and performance compared to previous generations. Reserved Instance benefits apply to both Single-AZ and Multi-AZ configurations, allowing flexible workload management within the same instance class.

  • Secure up to 53% cost reduction by reserving R8i or M8i instances for 1 or 3 years.
  • Leverage custom Intel Xeon 6 processors for 2.5x memory bandwidth and 15% better price-performance.
  • Maintain flexibility to switch between Single-AZ and Multi-AZ within the same instance class.
  • Ideal for stable production workloads requiring high memory throughput and Oracle compatibility.

Fleet impact: For Oracle ExaCC/RAC and RDS fleets, this enables significant OpEx reduction on memory-intensive workloads by locking in R8i/M8i rates. Plan migrations to these new instance classes to capitalize on the superior memory bandwidth, ensuring your reservation strategy covers both Single-AZ and Multi-AZ deployments for maximum flexibility.

BY THE NUMBERSMax Savings on New Oracle Instances53%Savings over On-Demand pricingAvailable for R8i and M8i reserved instances

The AWS Builder Center now provides time-limited, free sandbox environments specifically for workshops. This feature eliminates the need for participants to use personal AWS accounts or credit cards, addressing a major community request. By removing the risk of unexpected charges, AWS reduces friction for practitioners learning new services.

  • Workshop attendees no longer need personal AWS accounts or credit cards.
  • Time-limited environments prevent unexpected costs for learners.
  • Removes a significant barrier to adopting new AWS technologies.
  • Access is managed through the AWS Builder Center platform.

Nvidia has introduced the Vera CPU, a specialized processor built on 88 custom Olympus cores that support 176 threads. The chip is engineered with 1.5 TB of onboard RAM and delivers 1.8 TB/s of connectivity via NVLink. This architecture moves beyond traditional datacenter designs to address specific high-performance computing needs.

  • Vera utilizes 88 custom Olympus cores rather than standard x86 or ARM designs.
  • The chip supports 176 threads, offering high parallelism for complex tasks.
  • 1.5 TB of integrated RAM reduces memory access latency for large datasets.
  • 1.8 TB/s NVLink bandwidth enables rapid data movement between accelerators.
  • This is a specialized AI workload chip, not a general-purpose server CPU.

Forrester reports that European organizations are increasingly mandating data sovereignty requirements during the initial planning phases of technology purchases. This shift is driven by the dominance of US-based cloud and AI infrastructure providers, creating regulatory and competitive pressures. Buyers are no longer treating sovereignty as an afterthought but as a foundational constraint for vendor selection.

  • Sovereignty is now a primary filter in early-stage tech procurement cycles.
  • European firms face unique pressure due to US cloud and AI market dominance.
  • Vendors must demonstrate compliance capabilities from the outset to compete.
  • Regulatory alignment is becoming a key differentiator in enterprise deals.
AWS What's New awsdatabase ↺ since 07-31

IAM Policy Simulator moves to console with SCP support

AWS has integrated the IAM Policy Simulator directly into the IAM console, replacing the standalone tool. This update enables testing of Service Control Policies (SCPs) alongside identity and resource policies. The change allows engineers to validate how organizational policy hierarchies interact with specific permissions before deployment.

  • Simulator is now native to the IAM console, centralizing identity workflows.
  • New SCP testing capability validates organizational policy constraints.
  • Improved scenario modeling supports more accurate pre-deployment checks.
  • API access remains for automated validation of condition keys.
CHECKLISTIAM Simulator Key UpdatesNative integration into IAM consoleTest Service Control Policies (SCPs)Validate policy hierarchy interactionsRetain API for automation

Amazon Redshift Data API now supports long polling via WaitTimeSeconds, allowing clients to wait synchronously for SQL statement completion rather than repeatedly polling. It introduces ListSessions to enumerate and filter active sessions by status, compute target, or database. Additionally, batch execution now supports flexible transactions, enabling statements within a batch to run on separate transactions.

  • Use WaitTimeSeconds on ExecuteStatement or DescribeStatement to reduce API chatter and simplify async workflows.
  • Leverage ListSessions to audit active connections, filter by compute target, or manage stale sessions.
  • Split batch statements across separate transactions for better isolation and error handling flexibility.
  • Ideal for serverless or event-driven architectures needing tighter control over Redshift query lifecycles.
CHECKLISTRedshift API ImprovementsUse WaitTimeSeconds to reduce API chatterLeverage ListSessions to audit active connectionsSplit batch statements across separate transactionsIdeal for serverless query lifecycle control
AWS What's New awsdatabase ↺ since 07-29

Amazon S3 Tables supports Iceberg V3 Variant type for schema-less JSON

Amazon S3 Tables now accepts the Variant data type per the Apache Iceberg V3 specification, enabling direct ingestion of semi-structured JSON without predefined schemas. Compatible engines automatically shred this data into hidden columns, generating Parquet statistics that facilitate query optimizations like file pruning. The service also handles ongoing maintenance tasks such as compaction to consolidate small files into larger, more efficient structures for analytical workloads.

  • Ingest JSON directly into S3 Tables without defining a fixed schema upfront.
  • Iceberg V3 engines shred Variant data into hidden columns for automatic stats generation.
  • Leverage Parquet statistics to enable query optimizations like file pruning.
  • Automatic compaction consolidates small Variant files into larger, readable chunks.
HOW IT WORKSS3 Tables Variant Processing1Ingest schema-less JSON2Shred into hidden columns3Generate Parquet statistics4Enable query pruning5Auto-compact small files