OffNet Newsroom

Daily topic roundup

AWS

Thursday, July 02, 2026 · 8 stories, curated & summarized — click any story for the source.

AWS Database Blog details a serverless pipeline to automate cross-account data refreshes for Amazon RDS Multi-AZ clusters. This solution specifically supports PostgreSQL and MySQL, allowing teams to keep non-production environments synchronized with production data via a single trigger. The approach simplifies the operational overhead of maintaining consistent test and staging environments across multiple AWS accounts.

  • Applies to RDS Multi-AZ clusters running PostgreSQL or MySQL only.
  • Uses a serverless pipeline triggered by a single event for automation.
  • Simplifies cross-account data synchronization for non-prod environments.
  • Reduces manual effort in keeping test/staging data current with prod.

AWS introduced Lambda MicroVMs, a serverless compute primitive that isolates user sessions and AI agents within individual Firecracker virtual machines. This architecture provides hardware-level security, rapid snapshot-based launches, and state preservation capabilities lasting up to eight hours. Initial community analysis suggests the minimum daily cost is approximately $3.03, which is significantly higher than Fargate spot pricing.

  • Lambda MicroVMs use Firecracker for hardware-level isolation of each agent or session.
  • Supports snapshot-based rapid launch and state preservation for up to 8 hours.
  • Minimum setup costs ~$3.03/day, roughly 9x the price of Fargate spot instances.
  • Enables persistent, isolated environments suitable for long-running AI agent workloads.

Amazon RDS has extended cross-region automated backup replication to four additional AWS regions, enabling disaster recovery across specific regional pairings. New capabilities include replication from Mexico Central to Europe Ireland or US West, and from Taipei, New Zealand, and Thailand to various Asia Pacific hubs. This feature allows database administrators to restore mission-critical databases to a specific point in time using backups stored in geographically distant locations.

  • Mexico Central backups can now replicate to Europe Ireland or US West for enhanced geographic redundancy.
  • Taipei backups support replication to Singapore or Tokyo, expanding APAC disaster recovery options.
  • New Zealand and Thailand backups can replicate to Singapore, Sydney, Melbourne, or Jakarta respectively.
  • Cross-region replication improves RPO by protecting against regional outages without manual intervention.

Amazon EC2 Auto Scaling introduces a new availability zone distribution strategy that prioritizes launching instances into pre-purchased capacity reservations before balancing remaining capacity across zones. This feature targets On-Demand Capacity Reservations, Capacity Blocks, and Interruptible Capacity Reservations to maximize utilization. Users configure this by setting the capacity distribution strategy in the Auto Scaling group and specifying target reservations via ARN or ID.

  • Prioritizes launching instances into capacity reservations before balancing across AZs
  • Maximizes utilization of ODCRs, Capacity Blocks, and Interruptible CRs
  • Configured via AvailabilityZoneDistribution setting in Auto Scaling groups
  • Targets reservations by Capacity Reservation Group ARN or individual IDs
  • Retains operational simplicity and resilience of standard Auto Scaling

AWS has introduced centralized monitoring capabilities for Amazon RDS and Aurora databases using CloudWatch Database Insights. This feature allows administrators to aggregate telemetry from databases distributed across multiple AWS accounts and Regions into a single monitoring account. The update simplifies fleet-wide visibility by removing the previous constraints of single-account or single-Region data silos.

  • Centralize visibility for RDS and Aurora instances across multiple AWS accounts.
  • Monitor database performance metrics spanning multiple AWS Regions from one dashboard.
  • Simplify fleet management by consolidating CloudWatch Database Insights data.
  • Streamline troubleshooting for distributed database environments without manual aggregation.
AWS Database Blog awsdatabase

AWS guides production pgvector ops on Aurora PostgreSQL

AWS details operational practices for running pgvector on Amazon Aurora PostgreSQL to maintain a healthy RAG retrieval layer. The guidance addresses predictable production challenges including query latency growth, recall accuracy on filtered searches, and memory management during index builds. It specifically covers index selection, distance functions, and scaling techniques like quantization and partitioning.

  • Monitor query latency and recall as the vector corpus expands in production.
  • Ensure sufficient memory headroom to prevent failures during HNSW index builds.
  • Manage HNSW index churn to maintain stable retrieval performance under load.
  • Use quantization and partitioning to scale vector search efficiency effectively.

Fleet impact: For DBAs managing Aurora PostgreSQL, prioritize memory sizing and connection tuning to handle vector index build spikes and high-concurrency RAG queries. Validate HNSW parameters and recall rates against your filtered search requirements to prevent production latency regressions.

AWS has extended CloudWatch Database Insights to include lock analysis capabilities for Amazon Aurora PostgreSQL and Amazon RDS for PostgreSQL. The update introduces lock tree visualizations to help engineers identify contention sources and resolve blocking issues more effectively. This feature aims to simplify performance tuning by providing clearer visibility into database lock interactions.

  • Enable lock analysis in CloudWatch Database Insights for Aurora PostgreSQL and RDS for PostgreSQL.
  • Use the new lock tree visualizations to quickly spot contention and blocking chains.
  • Apply the feature to diagnose and resolve common lock-related performance issues.
  • Leverage the tool to maintain optimal database performance with less manual tracing.

Fleet impact: For Aurora PostgreSQL fleets, enable this feature to gain immediate visibility into lock contention without enabling verbose logging. It simplifies root cause analysis for blocking issues in RDS for PostgreSQL instances as well.

AWS has increased the default runtime quota limits for Amazon Bedrock AgentCore to support higher capacity for agent-based workloads. US East (N. Virginia) and US West (Oregon) regions now allow up to 5,000 active concurrent sessions, while other regions support 2,500. All available regions uniformly support 200 agent interactions per second and 25 new sessions per second.

  • US East and West regions now handle 5,000 concurrent sessions by default
  • Other regions support 2,500 concurrent sessions out of the box
  • Global throughput capped at 200 interactions and 25 new sessions per second
  • Higher limits enable scaling AI agent workloads without quota requests