OffNet Newsroom

Daily topic roundup

AWS

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

Canva replaced database-intensive session revocation with an Amazon S3-based architecture, enabling support for 100 million active sessions. The system stores durable revocation records in S3 and distributes compact, in-memory indexes to application gateways. This shift significantly reduced database infrastructure requirements and deployment complexity.

  • S3 serves as durable storage for revocation records, eliminating heavy database lookups.
  • Compact in-memory indexes are distributed to gateways for fast local checks.
  • Memory footprint for revocation caching dropped by 87.5%.
  • Architecture supports 100 million concurrent sessions with lower infra costs.
BY THE NUMBERSMemory Footprint Reduction87%Memory usage cutSession revocation offloaded to S3

Together AI has secured a $240 million agreement with IBM Cloud to deploy large-scale Nvidia HGX B300 infrastructure. The systems, representing Nvidia's previous generation of hardware, are scheduled to launch in the first quarter of 2027. This partnership highlights a strategic move to secure substantial compute capacity despite the hardware not being the current flagship.

  • Together AI locks in $240M for IBM Cloud-hosted Nvidia HGX B300 capacity
  • Hardware is last-gen B300, not the latest AI accelerator models
  • Deployment timeline targets Q1 2027 for system launch
  • Signals continued demand for large-scale GPU clusters via cloud providers
  • No immediate impact on existing database or cloud engineering fleets

The UK government has established a £14 billion cloud framework for public sector procurement, explicitly designed to increase opportunities for small and medium-sized enterprises. This move aims to counter the current market dominance of global cloud providers by encouraging buyers to diversify their supplier base. The initiative signals a policy shift toward supporting local tech suppliers within critical infrastructure contracts.

  • £14B framework targets public sector cloud procurement across UK government bodies.
  • Policy explicitly favors SMEs to challenge the dominance of global hyperscalers.
  • Buyers are encouraged to diversify suppliers beyond the usual major cloud vendors.
  • Local tech firms gain a structured pathway into high-value government contracts.
  • Framework implementation begins August 2026 with immediate procurement opportunities.

Amazon OpenSearch Service is granting an additional 12 months of security and OS patch coverage for legacy Elasticsearch and OpenSearch versions, extending support through November 7, 2027. This update allows customers who have not yet migrated from the versions previously announced for extended support more time to plan upgrades. The extended coverage is available at an updated support rate.

  • Legacy Elasticsearch 1.5-7.8 and OpenSearch versions get support until Nov 7, 2027.
  • Security and OS patching continues for an additional 12 months.
  • Extended support is now available at an updated pricing rate.
  • Customers have more time to plan migrations from older engine versions.
WORTH QUOTINGThe gistAmazon OpenSearch Service is granting an additional 12months of security and OS patch coverage for legacyElasticsearc…— AWS What's New
AWS Database Blog awsdatabase

AWS: Multi-modal search over JSON with OpenSearch Service

Amazon OpenSearch Service now supports combining full-text, vector, and geospatial searches within a single query against JSON documents. The blog demonstrates this capability using a restaurant discovery application as a concrete working example. This approach allows developers to build complex discovery layers without managing separate search engines for each data modality.

  • Unified query interface handles text, vectors, and location data in one request.
  • Simplifies architecture by replacing multiple specialized search stores with OpenSearch.
  • JSON-native support eliminates schema transformation overhead for document storage.
  • Practical example provided for building composite search experiences.

OVH Cloud has announced significant price increases, with gaming server rates rising by up to 87%, to offset the financial impact of the RAMpocalypse. The cost adjustments also apply to conventional instances, affecting both legacy and newer hardware configurations. This move reflects the broader industry struggle with memory-related security vulnerabilities and their remediation expenses.

  • Gaming workloads face the steepest 87% rate increases at OVH Cloud.
  • Standard instances on both old and new hardware see price hikes.
  • Costs are driven by the financial burden of the RAMpocalypse.
  • Review current instance types for potential budget impact.
AWS Database Blog awsdatabase ↺ since 08-11

AWS simplifies Advanced JDBC Wrapper pooling via configuration assistant

AWS Database Blog details how to configure connection pooling for the Advanced JDBC Wrapper on Aurora and RDS using a new assistant tool. The post clarifies the architectural differences between internal and external pooling modes and guides users in selecting the appropriate strategy. This assistant automates the generation of correct configuration parameters to optimize database connectivity.

  • AWS provides a configuration assistant to automate JDBC wrapper pooling setup
  • Clarifies distinctions between internal and external pooling modes in the wrapper
  • Helps practitioners select optimal pooling strategy for Aurora and RDS workloads
  • Reduces configuration errors by generating correct parameters via the assistant
AWS What's New awsdatabase ↺ since 08-08

Amazon Timestream for InfluxDB adds manual and scheduled backup and restore

Amazon Timestream for InfluxDB now supports user-initiated backups and restores for both InfluxDB 2 and 3 engines. Operators can create on-demand snapshots or configure up to four automated backup schedules with custom retention periods. The feature is accessible via the AWS Management Console, CLI, and API, allowing restoration to new resources or in-place overwrites.

  • Supports both InfluxDB 2 and 3 engines in Timestream for InfluxDB
  • Allow up to four automated backup configurations with flexible retention
  • Enable on-demand snapshots before risky migrations or config changes
  • Restore backups to new resources or overwrite existing ones in place
  • Accessible via AWS Console, CLI, and Timestream for InfluxDB API
CHECKLISTBackup and Restore GuideSupport InfluxDB 2 and 3 enginesConfigure up to four automated schedulesCreate on-demand snapshots before changesRestore to new or existing resourcesUse Console, CLI, or API