-
Amazon Aurora DSQL observability concepts and usage with Amazon CloudWatchby James Morle on August 17, 2026 at 11:37 pm
Amazon Aurora DSQL offers time-based observability through Amazon CloudWatch Database Insights. Learn how the DSQL observability model, DASH, Database Insights, PromQL, and the system diagnostics AI skill help you find performance bottlenecks and connect session time directly to cost.
-
Unlocking real-time analytics: Streaming Aurora DSQL changes into Apache Icebergby Mukesh Agrawal on August 17, 2026 at 11:36 pm
Stream Amazon Aurora DSQL change data capture (CDC) events into Apache Iceberg tables on Amazon S3 with Amazon Data Firehose, then query them using Amazon Athena. This post walks through a two-table design that keeps a full audit trail and a current-state view, plus deployment and a dashboard for exploring the results.
-
Create Oracle Wallet for AWS DMS SSL connections using SQLclby Vamshi Krishna Panganam on August 17, 2026 at 6:05 pm
Learn how to use Oracle SQLcl, a lightweight alternative to the full Oracle Client, to create and manage an Oracle Wallet for SSL connections between AWS DMS and Amazon RDS for Oracle. This post walks through installing SQLcl, adding certificates, testing the SSL connection, and configuring the AWS DMS endpoint.
-
Updates to your AWS Sign-In experienceby Vaibhav Chowla on August 17, 2026 at 5:22 pm
Amazon Web Services (AWS) is gradually introducing updates to the AWS Sign-In and sign-up experience to a limited number of customers. We’re sharing these changes so you will know what to expect as we gradually make the updated experience available to more customers. These updates include new options for creating and accessing AWS accounts. To
-
AWS Weekly Roundup: EC2 application status checks, IAM role manager, OpenAI Daybreak on Bedrock, and more (August 17, 2026)by Channy Yun (윤석찬) on August 17, 2026 at 4:02 pm
Last week, AWS contributors joined the OpenSearch and Valkey communities at Open Source Summit Korea 2026 and MCP DevSummit Seoul 2026 to meet open source developers and contributors. At the four-day event, community leaders and users of these Linux Foundation open source projects gathered to share knowledge, collaborate on solutions, and push the projects forward.
-
Streamline your GitHub journey with AWS CodePipeline and AWS DevOps Agentby Anjani Reddy on August 17, 2026 at 1:25 pm
Introduction When CI/CD deployment failures occur for GitHub hosted applications, AWS DevOps Agent reduces the hours that Development and Site Reliability Engineering (SRE) teams typically spend manually investigating across multiple AWS services, logs, and pipeline stages. This process delays critical deployments and impacts software delivery velocity. This is especially true when teams need to correlate data between GitHub commit histories, AWS CodePipeline execution logs, and Amazon
-
Zero-trust networking for agentic AI with Amazon VPC Latticeby Jason Stinson on August 14, 2026 at 8:29 pm
Your most sensitive data—patient records, financial data, classified documents—lives in a private Amazon Virtual Private Cloud (Amazon VPC) with no internet access, and for good reason. That network isolation is a deliberate security posture, not an oversight. The problem is that your AI agents need to reason over that data, and traditional networking approaches force
-
Faster scaling for Aurora serverless to support agentic AI and other spiky workloadsby Iain Teale on August 14, 2026 at 7:30 pm
Aurora serverless now automatically adds 12 Aurora Capacity Units to its current capacity within a second, and continues scaling to 256 ACUs as your workload grows. In this post, we show how an Aurora serverless cluster responds to a sudden workload spike, and compare its throughput against a provisioned db.r8g.xlarge instance using benchmark data.
-
Addressing CLR assembly deprecation in Amazon RDS for SQL Serverby Pradip Kishore Das on August 14, 2026 at 4:45 pm
Microsoft SQL Server 2016 reaches its end of extended support on July 14, 2026. If you run it on Amazon RDS for SQL Server with user-defined CLR assemblies, you must replace them before you upgrade, because CLR is not supported on SQL Server 2017 and later. This post shows you how to find your CLR dependencies and compares four replacement strategies.
-
Orchestrating multi-agent AI architectures with Amazon S3 Filesby Salman Ahmed on August 14, 2026 at 10:51 am
Organizations are moving beyond single-model AI toward multi-agent architectures. In these systems, agents offload intermediate results to files rather than carrying everything in the prompt, because a large prompt inflates cost and degrades quality. A model’s context window is finite, so files become working memory that persists after a session ends. In multi-agent systems, a
-
AWS Certificate Manager will discontinue email validation to prove domain validation for certificatesby Adam Aboudi on August 13, 2026 at 9:23 pm
Today, we’re announcing that AWS Certificate Manager (ACM) will discontinue support for email-validated public certificates by September 30, 2027. If you use email validation for your ACM public certificates, you need to migrate to DNS validation before that date. This change aligns with the Certification Authority/Browser (CA/B) Forum’s industry-wide deprecation of email-based domain validation and
-
Introducing the next-generation AWS VPN Client with CLI support and admin controlsby Calvin Bock on August 13, 2026 at 6:02 pm
Today, we’re announcing the next-generation AWS VPN Client — a ground-up rebuild that introduces a fully functional command-line interface (CLI), enterprise administrative controls, and a modernized architecture built on OpenVPN3. With the new client, you get full backward compatibility with existing AWS Client VPN endpoints while delivering the automation capabilities and security posture that enterprise
-
How WeatherBug reduced storage costs by 80% using Amazon S3 Storage Lens and Kiro CLIby Dan Friedman on August 13, 2026 at 2:39 pm
WeatherBug is the third largest weather intelligence company in the US, delivering real-time forecasts, radar, lightning alerts, and interactive maps to over 10 million users. As their data footprint has grown across hundreds of Amazon Simple Storage Service (Amazon S3) buckets in a multi-account AWS environment, their storage costs rose steadily with no clear visibility
-
Securing backup data against modern threats with AWS Backupby Brian M. Slater on August 12, 2026 at 11:50 pm
Enterprises face an evolving spectrum of threats to their backup data. From ransomware attacks that encrypt production systems and target recovery points, to accidental deletions by well-meaning administrators, to full account compromises that put every resource at risk, organizations can no longer assume that traditional backup approaches will keep their data recoverable. When backup infrastructure
-
How AWS IAM role manager rethinks the starting point for IAM rolesby Zach Jiang on August 12, 2026 at 10:16 pm
When you build a new application or capability on Amazon Web Services (AWS), you want to focus on what you’re building. Getting a service running almost always begins with AWS Identity and Access Management (IAM). Many AWS services that act on your behalf need an IAM role, an identity the service assumes to access your
-
Introducing Oracle Exadata on Exascale for Oracle AI Database@AWSby Karthik Gopalakrishnan on August 12, 2026 at 8:21 pm
Today we’re announcing the general availability of Oracle Exadata Database Service on Exascale Infrastructure (ExaDB-XS) for Oracle Database@AWS. ExaDB-XS brings Exadata-class performance and availability through a consumption-based model, so you can scale compute and storage independently and pay only for what you use.
-
Hybrid ML inferencing on Amazon EKS with Amazon FSx for NetApp ONTAP and on-premises NetAppby Ananta Khanal on August 12, 2026 at 6:31 pm
Machine learning (ML) models used for inference on Kubernetes are often several gigabytes in size. When these models are embedded in container images, images become oversized and pod scheduling slows. More critically, inference pods are inherently stateful. Model weights, tokenizer files, compiled GPU kernels, and runtime caches must persist across pod restarts, node failures, and
-
Forensic container checkpointing on Amazon Elastic Kubernetes Service (Amazon EKS)by Varun DeviReddy on August 12, 2026 at 5:38 pm
Amazon EKS 1.34 makes the Kubelet Checkpoint API functional, so you can capture a running container’s full state (memory, processes, and network connections) without stopping the workload. This post shows how to deploy an unprivileged checkpoint agent that stores forensic checkpoints in Amazon ECR as OCI images for later analysis.
-
Introducing advanced Kubernetes control plane configuration in Amazon EKSby Ashok Srirama on August 12, 2026 at 5:23 pm
With Amazon EKS, you can now configure Kubernetes control plane components (the API server, scheduler, and controller manager) directly through EKS APIs. This post explains what’s configurable and includes two hands-on walkthroughs: enabling MostAllocated bin-packing to optimize pod placement, and tuning event retention duration.
-
Migrate Amazon Aurora PostgreSQL across major versions with active Debezium CDC connectors using native logical replicationby Arko Dutta on August 12, 2026 at 4:07 pm
Standard upgrade paths break active Debezium CDC replication slots on Amazon Aurora PostgreSQL, forcing hours-long re-snapshots. This post shows how to use native PostgreSQL logical replication to bridge a source and target cluster and cut your Debezium connectors over to the new major version with a brief, measured write pause and no re-snapshot.
