- The week in one paragraph
- Covered in depth
- Seven bulletins, and where they were
- Agents got a governance layer in the same week they needed one
- A processor generation, rolling
- Databases and lifecycle
- Deployments and failure handling
- What I would act on
- Complete inventory: all 72 announcements
- Official AWS references
The week in one paragraph
Seventy-two announcements, up from fifty-four, with Monday alone carrying twenty. The headline features were good and mostly quiet — Lambda SnapStart reaching container images, Aurora MySQL gaining delayed replication, AWS Agent Registry going generally available, Amazon Linux 2027 entering preview, and a ninth Graviton generation spreading across Regions. The thing that actually characterised the week was underneath all of that: seven security bulletins in five days, and almost none of them in an AWS service. The SageMaker Python SDK, the CodeCatalyst blueprints SDK, the FPGA development kit, ion-java, ion-c, and two AWS-published MCP servers. This was a bad week for the code AWS ships to your build machines, which is precisely the code most teams do not patch on a schedule. The same week, AWS shipped the catalogue and consent portal that agent tooling has been missing — and then published two bulletins showing what happens when an agent tool's guardrail is a list of things not to allow.
Covered in depth
Every working day produced a deep-dive. Each is linked with the detail the announcement itself left out.
| News | Post | What the announcement left out |
|---|---|---|
| AWS Agent Registry reaches general availability | #22 — The approval queue becomes an allowlist | Only approved records are discoverable, and agents are among the readers — so the curator's queue is the list of tools an agent can find, and the reviewer is doing security work. |
| CVE-2026-83551, cleartext HMAC key in the SageMaker Python SDK | #23 — Upgrading the SDK is only half the fix | The fix is a scheme change, not a patch, so existing pipeline definitions keep the cleartext key until each is re-upserted. Every tool checks the SDK version; none inspects a pipeline definition. |
| Lambda SnapStart supports container image functions | #24 — One snapshot becomes every environment | Initialisation runs once and is copied, so unique IDs, secrets and the entropy behind pseudorandomness are duplicated. The failure appears at concurrency, not on the first call. |
| Aurora MySQL adds delayed and multi-source replication | #25 — An hour of lag becomes a recovery window | It is the only mechanism that survives a valid destructive statement — and it is configured by stored procedure only, so it is invisible to IaC and lost when a replica is rebuilt. |
| Four bulletins, two in AWS's own MCP servers | #26 — The list of bad things was not complete | A read-only mode enforced by a denylist of SQL. AWS's own remediation moves the guarantee to the database role, where being wrong costs nothing. |
Seven bulletins, and where they were
This is the story of the week, and it is easier to see as a list than as prose.
| Date | Bulletin | Component |
|---|---|---|
| 1 Sep | CVE-2026-83551 | SageMaker Python SDK — cleartext HMAC signing key |
| 2 Sep | CVE-2026-84851 | ion-c — uncontrolled recursion in the Ion reader |
| 3 Sep | CVE-2026-85012 | CodeCatalyst blueprints SDK — OS command injection |
| 3 Sep | CVE-2026-85028 | FPGA Development Kit — insecure temporary file permissions |
| 4 Sep | CVE-2026-85654 | dynamodb-mcp-server — code injection in the CDK generator |
| 4 Sep | CVE-2026-85781 | EFS CSI Driver — unverified access point ownership |
| 4 Sep | CVE-2026-85786 | ion-java — incomplete fix for CVE-2026-75936 |
| 4 Sep | CVE-2026-85787 | postgres-mcp-server — incomplete disallowed-input list |
Count the categories rather than the bulletins. One is in a driver. The other seven are in libraries, SDKs and developer tools that AWS publishes and that your build machines install — the SageMaker SDK, the CodeCatalyst SDK, the FPGA kit, both Ion parsers, and two MCP servers.
That distinction matters because of where the patching responsibility sits. An AWS service is patched by AWS. A pypi or npm package that AWS publishes is patched by you, on your schedule, if it is in your dependency scanning at all — and developer tooling routinely is not, because nobody classifies a code generator as production software. The CodeCatalyst and DynamoDB flaws both execute on a build host, which is a machine with deployment credentials.
Two of them are also worth reading as a pair, because they say the same thing. CVE-2026-85787 is an incomplete list of disallowed inputs in the SQL validation component, and CVE-2026-85786 is an incomplete fix for CVE-2026-75936. One enumerated the bad inputs and missed some; the other enumerated the cases to fix and missed some. There is a full write-up in #26, but the short version is that the durable fix is never a longer list.
Agents got a governance layer in the same week they needed one
Monday brought AWS Agent Registry to general availability — a private, governed catalog and discovery layer for agents, tools, skills, MCP servers, and custom resources within your organization — along with its integration into Amazon Quick. Tuesday added a managed consent portal to Bedrock AgentCore Identity. Wednesday brought MCP sync for Quick connectors. Friday added a serverless capability to the AWS MCP Server for Lambda functions.
Four announcements building the same thing: a place to register agent tooling, a way to consent to what it does, and a way to run it. That is what the ecosystem has been missing, and it arrived in one week.
It arrived alongside two bulletins in AWS's own MCP servers, which is a coincidence of timing with a useful lesson in it. A registry answers which tools exist and who approved them. It does not answer what happens when an approved tool's guardrail turns out to be a denylist. Both questions need answering, and the second is the one the week actually tested.
A processor generation, rolling
Graviton5 instances spread noticeably. R9g and R9gd memory-optimised instances became generally available on Monday, with a News Blog post of their own. C9g and C9gd reached Tokyo and M9g and M9gd four more Regions on Thursday, and C8g added Regions on Friday.
Nothing here needs action this week. It is worth noting only because instance-family expansion is the least interesting news to read and the most reliable signal of where price and performance are going — a generation reaching R, C and M families across several Regions in one week is a rollout, not a launch.
Databases and lifecycle
Aurora MySQL had the week's most consequential database change: 8.4.8 became generally available, and with it multi-source replication and delayed replication. Delayed replication is covered in #25 and is the rare feature that addresses a failure nothing else does — a valid, correctly replicated, destructive statement.
Elsewhere: DocumentDB gained direct major version upgrades to 8.0, removing a dump-and-restore from a migration path. Redshift added Apache Iceberg v3 tables and IAM Identity Center authentication with enhanced VPC routing, and rg.large instances now support single-node clusters. AWS Config added 60 new resource types, which is worth a moment's thought for anyone recording all supported types: those start being recorded automatically, and the bill moves without anyone deciding it should.
The lifecycle item is Amazon Linux 2027 in public preview. No end-of-life dates are attached yet, so there is nothing to plan around this week — but a new major release is what eventually starts the clock on the current one, and that is the sort of date worth capturing when it appears rather than when it is close.
Deployments and failure handling
A cluster of small changes with a common theme: making failure and deployment less noisy.
- CloudWatch alarms gained warm-up periods, which finally separates "do not alarm while this is starting" from "raise the evaluation threshold", two things teams have been conflating by lengthening evaluation periods and losing detection latency in the process.
- ECS introduced Early Success Criteria for service deployments, and separately Managed Daemons now support non-critical daemons — a sidecar that can fail without taking the task with it.
- Gateway Load Balancer supports TCP Reset, so appliance failover stops waiting for connection timeouts.
- Kinesis Data Streams added a dry run to validate API requests without executing them, which is quietly useful for testing IAM policies against real calls.
- Lambda recursive loop detection reached all commercial Regions, and Transfer Family SFTP Connectors can now continue transfers during credential rotation.
None of these is a headline. Together they are the kind of week that makes an on-call rotation measurably better six months later.
What I would act on
-
Upgrade the two MCP servers, then remove the reason it mattered.
postgres-mcp-serverto 1.1.7 anddynamodb-mcp-serverto 2.1.6, on CI runners as well as laptops. Then give the postgres server a database role holding onlyCONNECT,USAGEandSELECT, which is AWS's own recommendation and the part that survives the next bulletin. - Finish the SageMaker SDK remediation if you started it. The upgrade to 3.11.0 or 2.256.0 is half of it; existing pipeline definitions keep the cleartext symmetric key until each one is re-upserted, and no dependency scanner will tell you that.
- Put AWS-published developer tooling into your dependency scanning. Seven of this week's eight bulletins were in libraries and tools rather than services. If your SBOM covers application dependencies but not the SDKs and generators your pipeline installs, this week is the argument for widening it.
- Decide whether a delayed Aurora replica is worth an instance to you. The test is simple: if someone dropped a table at 14:12 and you noticed at 14:40, what is your RTO today? If the answer is hours, this converts it to minutes.
- Check what AWS Config's 60 new resource types do to your bill. An account recording all supported types picked them up automatically this week. That is the right default and it is still a cost change nobody approved.
Complete inventory: all 72 announcements
Every AWS What's New announcement published between 31 August and 4 September 2026, grouped by day, taken from the raw feed rather than summarised. Each links to AWS's own page, and every link was checked.
Friday 04 September — 9 announcements
- Amazon Bedrock Managed Knowledge Base introduces user-managed setup for SharePoint, OneDrive, and Confluence data sourcesAWS announces user-managed setup (3LO) for SharePoint, OneDrive, and Confluence data sources in Amazon Bedrock Managed Knowledge Base.
- Amazon Bedrock Managed Knowledge Base now supports ServiceNow as a native data source connectorAWS announces the ServiceNow data source connector for Amazon Bedrock Managed Knowledge Base, a fully managed retrieval-augmented generation (RAG) service.
- Amazon Bedrock Managed Knowledge Base now supports automatic sync scheduling for data source connectorsAWS announces automatic sync scheduling for Amazon Bedrock Managed Knowledge Base, a fully managed retrieval-augmented generation (RAG) service that handles data ingestion, storage optimization, and…
- Amazon EC2 now supports specifying compatible instance types on AMIsAmazon EC2 now enables AMI owners to define which instance types are compatible with their AMIs.
- Amazon ECS introduces Early Success Criteria for service deploymentsAmazon Elastic Container Service (Amazon ECS) now supports Early Success Criteria for rolling service deployments, giving you the flexibility to define when a deployment is considered successful…
- AWS MCP Server adds a serverless capability for AWS Lambda functionsToday, AWS Model Context Protocol Server (AWS MCP Server) added a serverless capability so that coding agents such as Claude Code and Kiro can efficiently diagnose issues with your Lambda functions.
- Amazon EC2 C8g instances now available in additional regionsStarting today, Amazon Elastic Compute Cloud (Amazon EC2) C8g instances are available in AWS Asia Pacific (Taipei, New Zealand), and AWS GovCloud (US-East) regions.
- AWS Transfer Family SFTP Connectors now support continuing file transfers during credential rotationAWS Transfer Family SFTP Connectors now continue running file transfers while you rotate the credentials used to authenticate with remote SFTP servers.
- Amazon SageMaker AI Batch Transform now supports G6e instancesAmazon SageMaker AI now supports Amazon EC2 G6e instances for batch transform.
Thursday 03 September — 18 announcements
- Amazon EC2 C9g and C9gd instances are now available in Asia Pacific (Tokyo) regionStarting today, Amazon Elastic Compute Cloud (Amazon EC2) C9g and C9gd instances, powered by AWS Graviton5 processors, are available in the Asia Pacific (Tokyo) region.
- Amazon ECS Managed Daemons now support non-critical daemonsAmazon Elastic Container Service (Amazon ECS) now support non-critical Managed Daemons for ECS Managed Instances .
- Amazon EC2 M9g and M9gd instances are now available in four additional regionsStarting today, Amazon Elastic Compute Cloud (Amazon EC2) M9g and M9gd instances, powered by AWS Graviton5 processors, are available in Europe (Ireland) and Asia Pacific (Singapore, Sydney, Tokyo) regions.
- Amazon EC2 P6-B200 instances are now available in the AWS Asia Pacific (Hyderabad) RegionStarting today, Amazon Elastic Compute Cloud (Amazon EC2) P6-B200 instances accelerated by NVIDIA Blackwell GPUs are available in the AWS Asia Pacific (Hyderabad) Region.
- Amazon EC2 P6-B300 instances are now available in the AWS Asia Pacific (Jakarta) RegionStarting today, Amazon Elastic Cloud Compute (Amazon EC2) P6-B300 instances are available in the AWS Asia Pacific (Jakarta) Region.
- Amazon CloudFront announces API support for flat-rate pricing plansStarting today, customers can subscribe and manage flat-rate pricing plans programmatically using the AWS CLI, AWS SDKs, CloudFormation, CDK, or the PricingPlanManager API.
- Introducing Amazon Quick Max: 5x the usage for power users who want the most out of QuickAmazon Quick now offers Quick Max, a new plan for power users who want to get the absolute most out of Quick.
- AWS Gateway Load Balancer now supports TCP Reset for faster failure recoveryA WS Gateway Load Balancer (GWLB) now supports sending TCP Reset (RST) packets when a target becomes unhealthy, is deregistered, or when a flow's idle timeout expires.
- Amazon WorkSpaces Applications adds support for NVIDIA Blackwell GPU instancesAmazon WorkSpaces Applications now supports Graphics G7 instances, powered by NVIDIA RTX PRO 4500 Blackwell Server Edition GPUs and Intel Xeon Scalable (6th Gen) processors.
- Amazon Redshift rg.large instances now support single-node clustersAmazon Redshift rg.large instances, powered by AWS Graviton processors, now support single-node clusters.
- Amazon Aurora MySQL 8.4.8 (compatible with MySQL 8.4.8) is now generally availableStarting today, Amazon Aurora MySQL-Compatible Edition 8.4 will support MySQL 8.4.8.
- Amazon Aurora MySQL now supports multi-source replication and delayed replicationStarting today, Amazon Aurora MySQL supports two new replication capabilities: multi-source replication and delayed replication.
- Amazon SageMaker Unified Studio Workflows support Python and Bash operatorsAmazon SageMaker Unified Studio Workflows now supports PythonOperator and BashOperator, enabling you to run custom Python functions and shell commands directly in your serverless workflows without provisioning separate compute resources.
- Amazon MWAA adds built-in monitoring with Amazon CloudWatchAmazon Managed Workflows for Apache Airflow (MWAA) now includes a built-in monitoring experience on the environment detail page in the AWS Management Console .
- Amazon Linux 2027 is now available in public previewToday, AWS announces the public preview of Amazon Linux 2027 (AL2027), the next version of the Amazon Linux operating system, purpose-built for cloud-native workloads on AWS with performance, scale, and security in mind.
- Amazon SES now supports S/MIME email signingAmazon Simple Email Service (SES) now supports Secure/Multipurpose Internet Mail Extensions (S/MIME) signing, giving you a way to help recipients verify your emails are authentic.
- Amazon S3 now supports PrivateLink for FIPS endpointsAmazon S3 now supports AWS PrivateLink for endpoints that have been validated under the Federal Information Processing Standard (FIPS) 140-3 program.
- AWS Transform announces general availability of Amazon FSx for NetApp ONTAP supportAWS Transform for migrations adds Amazon FSx for NetApp ONTAP as a generally available storage target for block storage workloads, alongside Amazon EBS.
Wednesday 02 September — 11 announcements
- Web Search on Amazon Bedrock is now available in AWS GovCloud (US-West)The Web Search built-in server-side tool on Amazon Bedrock is now available in AWS GovCloud (US-West), helping bring grounded web results to compliance-sensitive government and public-sector workloads.
- Amazon Connect Customer expands automated performance evaluations to MalayAmazon Connect Customer now automates evaluations of human and AI agents in Malay using generative AI.
- Amazon Quick adds new tool settings and Model Context Protocol (MCP) sync support for connectorsAmazon Quick connectors let users leverage tools and services such as Outlook, Slack, Salesforce, Jira, and homegrown MCP servers directly into their workflows across chat, agents, apps, flows, and deep research.
- Amazon Connect Customer announces general availability of agentic CX designerAmazon Connect Customer announces the general availability of agentic CX designer, a no-code canvas for designing and deploying AI-powered self-service experiences.
- Second-generation AWS Outposts racks now in the AWS GovCloud (US) RegionsSecond-generation AWS Outposts racks are now supported in the AWS GovCloud (US-East) and AWS GovCloud (US-West) Regions.
- AWS Config now supports 60 new resource typesAWS Config now supports 60 additional AWS resource types across key services including Amazon Bedrock, Amazon EC2, Amazon SageMaker, and AWS Organizations.
- Amazon MemoryDB now supports AWS PrivateLink in the AWS GovCloud (US) RegionsYou can now use AWS PrivateLink to privately access Amazon MemoryDB from your Amazon Virtual Private Cloud (Amazon VPC) in the AWS GovCloud (US-West) and AWS GovCloud (US-East) Regions.
- AWS User Experience Customization (UXC) is now available in all commercial AWS RegionsAWS User Experience Customization (UXC) is now available in all commercial AWS Regions.
- AWS Lambda now supports SnapStart for container image functionsStarting today, AWS Lambda supports SnapStart for functions packaged as container images , reducing startup times from several seconds to as low as sub-second.
- Amazon SageMaker Unified Studio CI/CD adds notebook promotion and AI-assisted manifest generationAmazon SageMaker Unified Studio CI/CD expands its open-source deployment toolkit with two new capabilities: (1) an AI agent skill that automates manifest authoring, and (2) native notebook promotion across environments.
- Amazon RDS for SQL Server supports additional SQL trace flagsAmazon RDS for SQL Server supports 18 additional SQL trace flags that you can enable through database parameter groups.
Tuesday 01 September — 14 announcements
- Amazon Quick now lets you build custom apps with natural language -Now generally available, Amazon Quick lets you build custom applications by simply describing them in natural language.
- Amazon Bedrock AgentCore Identity now offers a managed consent portalAmazon Bedrock AgentCore Identity now offers a managed consent portal that eliminates the need for custom OAuth callback infrastructure when connecting agents to third-party tools and services.
- AWS Deadline Cloud now supports sharing job bundlesAWS Deadline Cloud now supports sharing job bundles, giving teams a simple way to distribute and reuse render job templates without manual file distribution.
- Amazon CloudWatch Database Insights now supports self-managed PostgreSQLToday, AWS announces support for self-managed PostgreSQL databases in Amazon CloudWatch Database Insights.
- Amazon Kinesis Data Streams now supports a dry run feature to validate API requestsAmazon Kinesis Data Streams now supports a dry run feature to check whether an API request would succeed without executing the operation.
- AWS Marketplace reduces listing fee for professional services in multi-product solutionsAWS Marketplace now offers a 0% listing fee for professional services purchased as part of a qualifying multi-product solution.
- AWS Backup now supports protecting more than 1,000 Amazon S3 buckets per accountAWS Backup now supports backup and restore of more than 1,000 Amazon S3 buckets per account, matching the Amazon S3 bucket quota configured for your account.
- Amazon Connect Customer dashboards now support compact modeAmazon Connect Customer now offers compact mode on the analytics dashboards, increasing data density so supervisors can see more of their operational data without scrolling.
- Amazon MWAA supports Apache Airflow version 3.3.1Amazon Managed Workflows for Apache Airflow (MWAA) now supports Apache Airflow version 3.3.1, the latest release of the popular open-source workflow orchestration framework.
- AWS Marketplace now supports auto-renewals for private offersAWS Marketplace now supports auto-renewals for private offers.
- Claude Fable 5.1, Anthropic's new frontier model is now available on AWSClaude Fable 5.1 is generally available on AWS and brings Anthropic's most capable frontier model to all customers.
- Claude Fable 5.1, Anthropic's new frontier model is now available on AWS GovCloud (US)Claude Fable 5.1 is generally available on Amazon Bedrock in AWS GovCloud (US) and brings Anthropic's most capable frontier model to regulated industry customers.
- Amazon CloudWatch now supports warm-up periods for alarmsAmazon CloudWatch now lets you configure a warm-up period for metric alarms and log alarms, delaying alarm evaluation for a set time after the alarm is created.
- Amazon RDS Custom now supports the latest CU and GDR updates for Microsoft SQL ServerAmazon Relational Database Service (Amazon RDS) Custom for SQL Server now supports the latest Cumulative Updates (CU) and General Distribution Release (GDR) updates for Microsoft SQL Server.
Monday 31 August — 20 announcements
- Amazon DocumentDB now supports direct major version upgrades to version 8.0Amazon DocumentDB (with MongoDB compatibility) now supports in-place major version upgrades (MVU) directly from engine versions 3.6 and 4.0 to version 8.0.
- Partner Revenue Measurement expands service coverage for User Agent string capabilityPartner Revenue Measurement User Agent string now supports additional AWS services.
- AWS Elemental MediaTailor introduces in-console analytics dashboard for ad monetization and streaming performanceAWS Elemental MediaTailor now includes an analytics dashboard built directly into the AWS Management Console, giving publishers a global and multi-region view of ad monetization and streaming…
- AWS Agent Registry agents and MCP servers now available in Amazon QuickToday, Amazon Quick announces integration with AWS Agent Registry, enabling users to discover and use resources from their organization's AWS Agent Registry directly within Amazon Quick.
- Amazon Redshift now supports AWS IAM Identity Center authentication with enhanced VPC routingAmazon Redshift now supports AWS IAM Identity Center authentication for provisioned clusters and serverless workgroups configured with enhanced VPC routing (EVR).
- Amazon Timestream for InfluxDB is now available in 8 additional AWS RegionsYou can now use Amazon Timestream for InfluxDB in the Africa (Cape Town), Asia Pacific (Bangkok), Asia Pacific (Hong Kong), Asia Pacific (Hyderabad), Asia Pacific (Melbourne), Asia Pacific (Seoul),…
- Amazon Connect Global Resiliency now supports cross-region routing of contacts across two active AWS regionsAmazon Connect Global Resiliency now supports cross-region routing of contacts to agents across two linked AWS regions.
- Amazon Redshift now supports Apache Iceberg v3 tablesAmazon Redshift now supports reading from and writing to Apache Iceberg v3 tables in your data lake.
- Amazon EC2 R9g and R9gd memory optimized instances are now availableStarting today, Amazon Elastic Compute Cloud (Amazon EC2) R9g and R9gd instances, powered by AWS Graviton5 processors, are generally available.
- Amazon Cognito now supports machine-to-machine authorization without a user pool domainAmazon Cognito now supports the GetClientToken API operation, enabling app clients to obtain access tokens for machine-to-machine (M2M) authorization directly through the AWS SDK, CLI, or API — without configuring a user pool domain.
- AWS Lambda recursive loop detection is now available in all commercial AWS RegionsAWS Lambda recursive loop detection has expanded support to all commercial AWS Regions.
- Amazon Aurora serverless is now available with 30% better performance and smarter scaling in additional AWS RegionsAmazon Aurora serverless now delivers up to 30% better performance and enhanced scaling in additional AWS Regions: Asia Pacific (New Zealand), Asia Pacific (Thailand), Africa (Cape Town), Europe (Milan), and Mexico (Central).
- Amazon OpenSearch Service adds new Cluster Insights for faster diagnosis of cluster statusAmazon OpenSearch Service has expanded Cluster Insights with 17 new insights that identify the root causes behind Red and Yellow cluster status and provide actionable recommendations to resolve them.
- AWS Agent Registry for centralized agent discovery and governance is now generally availableAWS Agent Registry is now generally available.
- AWS announces AWS Interconnect - multicloud connectivity with Microsoft Azure in previewAWS announces the public preview of AWS Interconnect — multicloud with Microsoft Azure.
- Amazon MSK Connect now supports restarting connectorsAmazon MSK Connect (Amazon Managed Streaming for Apache Kafka Connect) supports restarting newly created connectors and their tasks, enabling fast recovery for streaming data pipelines.
- Amazon WorkSpaces Applications is now available in three new AWS RegionsAmazon Web Services (AWS) has expanded the regional availability for Amazon WorkSpaces Applications.
- AWS Workload Credentials Provider is now available as a one-click install for Linux and WindowsToday, AWS Secrets Manager announces one-click installation for the AWS Workload Credentials Provider (AWCP) on Amazon Linux and Windows, reducing setup from a multi-step build-from-source process to a single command.
- Automated Security Response on AWS adds AI Toolkit for custom remediationsToday, AWS announced four new capabilities for Automated Security Response on AWS (ASR).
- AWS Elastic Beanstalk now supports Active Directory domain join for Windows Server environmentsAWS Elastic Beanstalk now automatically joins the Windows Server instances in your environment to an Active Directory domain that you manage with AWS Directory Service.
Official AWS references
- AWS Security Bulletin — CVE-2026-85787, postgres-mcp-server
- AWS Security Bulletin — CVE-2026-85654, dynamodb-mcp-server
- AWS Security Bulletin — CVE-2026-85786, ion-java
- AWS Security Bulletin — CVE-2026-83551, SageMaker Python SDK
- AWS What's New — Aurora MySQL multi-source and delayed replication
- AWS Documentation — Configuring delayed replication with MySQL
- AWS What's New — Lambda SnapStart for container image functions
- AWS What's New — AWS Agent Registry generally available
Comments