The AWS Weekly Roundup is packed this week! Claude Sonnet 5 is now available, and AI agents can even operate desktop apps
Hey there, it's Shii! This week's AWS Weekly Roundup is so packed with announcements that, for the first time in a while, I want to tell you "read all of it!" I couldn't stop feeling excited just reading through it. The headliners this time are Claude Sonnet 5 launching on AWS and Amazon WorkSpaces for AI agents, which lets AI agents operate desktop apps. But there's plenty more crammed in, all the way down to end-of-service notices, so let me run through it all for you!
AWS Blog
What was announced?
This article is part of a weekly series that AWS bloggers take turns writing, and the author, Daniel Abib, opens by talking about a visit to the AWS Startups team in Brazil. He mentions a startup tackling a real challenge, that more than 70% of Brazilian municipalities don't have a single ophthalmologist, by using smartphone-based vision screening. That one got to me a little.
Then there are two big announcements at the heart of it. First, Anthropic's latest model, "Claude Sonnet 5," is now available on AWS. The original describes it as having "top-tier intelligence at the Sonnet price point," and it's a model that's strong at coding, agentic tasks, and specialized work. Its strengths include really grasping large codebases, calling tools accurately, and holding onto state across long-running agent tasks.
The other headliner is the general availability (GA) of "Amazon WorkSpaces for AI agents." This is a service that lets AI agents securely access and operate existing desktop apps through a managed WorkSpaces environment, without having to modernize the applications or build dedicated integrations. Beyond that, the roundup lined up a ton of updates: AWS CloudFormation Express mode, Graviton5-powered Amazon EC2 C9g / C9gd, Amazon EKS version rollbacks, ACME support in AWS Certificate Manager, a log analytics engine for Amazon OpenSearch Service, faster inference scaling for Amazon SageMaker AI, log alarms in Amazon CloudWatch, and more.
The story so far
Until now, if you wanted to let an AI agent work with your existing desktop apps, you had to modernize the apps themselves or build out new dedicated API integrations. For companies with lots of legacy desktop apps, that alone turned into a big project, so adopting AI agents often stayed out of reach.
Infrastructure deployment had its own friction too. Creating stacks with CloudFormation took time before you got confirmation, and if an EKS version upgrade failed, you had to rebuild the cluster, which made upgrading itself a bit scary. Issuing and renewing TLS certificates often meant relying on AWS-specific mechanisms, which added a step for people who just wanted to use standard tools. And when you wanted to create an alarm from investigating logs, you first had to create a metric filter and then set up the alarm, an extra intermediate step in the middle.
What changes
These updates look set to meaningfully cut down the work for developers and people using AI agents. With Claude Sonnet 5 now available on AWS, developers using Anthropic's models via Bedrock get more options for coding assistance and building agents. Amazon WorkSpaces for AI agents also lets AI agents handle existing desktop apps as they are, so it could become a realistic entry point to automation for companies carrying a lot of legacy assets.
On the infrastructure operations side too, there's a lot packed in that makes day-to-day work a little easier bit by bit, like CloudFormation Express mode cutting deployment wait times, and EKS rollbacks meaning you no longer have to dread a failed upgrade.
Dive Deep
From here, let me dig into the technical details a bit more!
AWS CloudFormation Express mode is a new deployment mode that speeds up infrastructure deployment by up to 4x. The key point is that developers and AI agents can get deployment confirmation results in seconds, and it's available in all commercial regions at no additional cost.
Amazon EC2 C9g / C9gd instances are powered by AWS Graviton5 processors, offering up to 25% better performance than Graviton4-based instances, 5x larger cache, and, according to the post, the fastest memory of any processor-based instances in the cloud.
Amazon EKS version rollbacks is a feature that lets you revert a cluster upgrade within 7 days. The post frames it as turning an upgrade, which previously left you no choice but to rebuild if it failed, into a "reversible, low-risk operation."
AWS Certificate Manager now supports the ACME protocol, so you can automate issuing and renewing public TLS certificates using standard, widely-used tools.
Amazon OpenSearch Service's log analytics engine is purpose-built, and according to internal benchmarks it delivers up to 4x better price-performance while keeping full-text search and aggregation capabilities intact.
Amazon SageMaker AI now enables up to 2x faster end-to-end scaling when scaling out generative AI models, thanks to container image caching.
Amazon CloudWatch now lets you create alarms directly on log query results, so you can go all the way to setting thresholds in a single workflow. You no longer need the intermediate step of creating a metric filter like before.
And one thing we can't forget: the service availability updates. Services moving to maintenance mode as of July 30, 2026 include Amazon Bedrock Agents (becoming Bedrock Agents Classic), Amazon Cognito Sync, Amazon Kendra, Amazon Q Business, Simple AD in AWS Directory Service, the Self-Managed Experience of AWS Mainframe Modernization, myApplications in the AWS Management Console, Group Lifecycle Events in AWS Resource Groups, Application Registry in AWS Service Catalog, Application Manager in AWS Systems Manager, and several SageMaker AI features like A2I, Clarify, Debugger, GeoSpatial, Ground Truth, Mechanical Turk, Model Monitor, Role Manager, and Studio Lab. AWS IoT Device Defender's Detect is dated August 31, 2026.
As for things heading toward sunset (gradual end-of-life), the post lists PCoIP and Pool for Amazon WorkSpaces, AWS Managed Services Advanced, AWS re:Post Private, and Profiler in SageMaker AI. Also, Carrier Voice Focus in Amazon Chime SDK and Ground Truth Plus in SageMaker AI already reached end of support as of June 30, 2026.
The article wraps up with event info for AWS Summits and AWS Community Days happening in the second half of 2026. For example, AWS Community Day Belo Horizonte is planned for August 22 in Brazil, and registration appears to already be open.
Wrap-up
This week's roundup was jam-packed, with the two big topics of Claude Sonnet 5 launching on AWS and the GA of Amazon WorkSpaces for AI agents, plus a broad set of updates across CloudFormation, EC2, EKS, ACM, OpenSearch, SageMaker, and CloudWatch, right down to end-of-service notices. Even though each item might look small on its own, stacked together they're the kind of thing that gradually improves the developer experience, and I got completely full just reading it. If you use any of the services mentioned, be sure to at least check the maintenance and sunset schedules!
Here's the original: AWS Weekly Roundup: Claude Sonnet 5 on AWS, Amazon WorkSpaces for AI agents, AWS service availability updates, and more (July 6, 2026)