AWS to Acquire DuckLabs, Creator of DuckDB, and Proposes Agentic Resource Discovery
AWS announced on August 31 that it has signed a definitive agreement to acquire DuckLabs, the Amsterdam-based company behind DuckDB, the popular in-process analytical database that runs SQL directly against files like Parquet, CSV, and JSON without a separate server process. AWS says DuckDB will remain open source under its independent foundation and MIT license; over time, AWS plans to combine DuckDB's fast, lightweight query execution with the enterprise-scale storage of services like Amazon S3, Redshift, and Athena. AWS VP of Cloud Data Services Mai-Lan Tomsen Bukovec framed the acquisition partly through an AI-agent lens: DuckDB's lightweight execution model suits agent workflows that frequently run small, exploratory queries against a dataset before committing to a more expensive analytical job, and AWS and DuckLabs have already been collaborating since 2024.
The same weekly roundup introduced Agentic Resource Discovery (ARD), an open specification AWS is proposing for agent discovery. As organizations deploy growing numbers of agents, tools, and MCP servers across clouds, on-premises infrastructure, and SaaS platforms, each with its own registry and metadata format, ARD aims to give agents a consistent way to locate and describe available resources regardless of where those resources are hosted — addressing a fragmentation problem that's become more visible as MCP server sprawl increases across enterprise environments.
Read more — AWS News Blog
Google Cloud's VM Extension Manager Reaches General Availability
Google Cloud announced general availability of VM Extension Manager, a service that automates the lifecycle of guest software across Compute Engine fleets and eliminates the need for custom startup scripts to keep VM extensions up to date. The service lets teams define declarative, project-wide policies describing the desired software state for a fleet, with continuous drift detection that automatically self-heals VMs that fall out of compliance. Rollouts can be staged across multiple zones with automated rollback if a phase fails, and fleet health is surfaced centrally through Cloud Monitoring integration.
There's no charge for VM Extension Manager itself, though usage costs from the extensions it installs still apply. For teams currently maintaining bespoke startup-script tooling to keep monitoring agents, security tools, or other guest software consistent across large VM fleets, this offers a managed, policy-driven alternative with built-in observability — a pattern Google Cloud has been extending across more of its infrastructure-management surface throughout 2026.
Read more — Google Cloud Documentation