惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
雷峰网
雷峰网
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
博客园 - 司徒正美
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
宝玉的分享
宝玉的分享
爱范儿
爱范儿
月光博客
月光博客
The GitHub Blog
The GitHub Blog
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
B
Blog
T
Tailwind CSS Blog
美团技术团队
D
Docker
V
Visual Studio Blog
Martin Fowler
Martin Fowler
博客园 - 聂微东
The Cloudflare Blog

The Register - Off-Prem: PaaS + IaaS

Trump threatens UK with ‘big tariff’ over digital tech tax UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial £2B Microsoft licensing claim gets go-ahead from UK tribunal One of Europe's sovereign cloud picks may not be so-sovereign after all Europe picks 4 sovereign cloud providers, but one has Google Networks not ready for the challenges of AI traffic UK told its Big Tech habit is now a national security risk Commvault has a Ctrl+Z for rogue AI agents Amazon rejects AWS climate disclosure proposal Microsoft cuts cloudy desktop prices by 20 percent Google taps Intel for another round of custom network chips Nutanix thinks some Azure cloud desktops belong on-prem AWS would prefer to forget March in UAE region AWS would prefer to forget March in UAE region CMA dithers as Microsoft's cloud meter runs on your dime Microsoft startup credits are the gift that keeps on billing SAP's grand cloud escape plan €2B short of the runway Alibaba Cloud hikes prices by up to 34%, blames hardware costs and AI demand Alibaba Cloud lifts prices, blames AI and hardware costs Founder finds Azure startup credits don't apply to Claude Lloyds Banking Group apps play mix-and-match with customer transactions Oracle outage knocks TikTok offline for some US users Oracle outage knocks TikTok offline for some US users Bank of England says it can run £431M settlement system without Accenture AWS says drones hit two of its datacenters in UAE, urges users to move resources to different regions AWS says drones hit two of its datacenters in UAE Salesforce CEO 'SaaSquatch' Benioff says his company will monster the SaaSpocalypse Salesforce CEO declared victory over flagging software sales Former Amazon UK boss set to chair CMA Founder drops AWS for Euro stack in bid for sovereignty
AWS lets agents drive its virtual cloudy desktops
Simon Sharwood Simon Sharwood · 2026-05-06 · via The Register - Off-Prem: PaaS + IaaS

PaaS + IaaS

AWS lets agents drive its virtual cloudy desktops – which could cost 500,000 tokens per click if used carelessly

Vendor benchmark finds APIs let you do the job faster and cheaper

Amazon Web Services has let AI agents loose in its cloudy WorkSpaces virtual PCs.

The new service, currently in preview, allows users to assign agents an identity using Amazon’s Identity and Access Management service. Using those credentials, agents can access a WorkSpace at a unique pre-signed URL and drive any apps running there on the cloudy PC.

An AWS spokesperson told us the cloudy colossus recommends developers give each agent a unique identity, because doing so makes it easier to track their activities and to distinguish agentic actions from activity conducted by humans.

We’re also told that agents “connect through a managed MCP endpoint that provides governed access to desktop tools such as screenshots, mouse control, and text input.” This apparently “gives developers a controlled interface for agents to interact with the desktop while maintaining guardrails around what actions they can take.”

The main reason to give an agent its own PC is so it can automatically use software to perform various tasks. Cloudy or virtual PCs are well-suited to this scenario because they can be ephemeral – you can run them long enough for an agent to accomplish a chore, then shut them down. Keeping agents in an isolated virtual private cloud may also be preferable to letting them loose on the LAN or in the datacenter. Organizations that rely entirely on physical PCs, or don’t fancy letting agents drive VMs on a local machine, may also prefer cloudy PCs to the complexity of setting up on-prem virtual PCs.

AWS will allow agentic access to any of the many instance types its WorkSpaces service offers – and they run from small instances that offer a single virtual CPU and 2GB of RAM all the way up to big boppers that pack a GPU, 32 vCPUs, and 256GB of RAM. Amazon rents all its WorkSpaces for either a monthly flat fee that allows non-stop access, or a smaller fee plus hourly access charges.

Amazon is not alone in letting agents drive cloudy PCs: Microsoft has created a version of its Windows 365 service just for agents.

Agents drive PCs using computer vision – they typically take screenshots or video of a desktop, interpret what they “see” and then take action, assuming they’ve been given permission to click, type, and scroll.

AI coding outfit Reflex thinks the work required to do so is non-trivial. The company recently published research that claims a browser-use vision agent needed half a million tokens to click on a dropdown menu and concluded that using an agent can be 45 times more expensive than using an API.

The company has published its benchmark tools on GitHub so you can test its approach to see if you get the same results.

In its blog, Reflex’s head of growth Palash Awasthi allows that better AI models will eventually lower costs. But he insists that using agents will always require more steps to complete a job than APIs.

An Amazon spokesperson contacted The Register to point out that  Reflex's benchmark measures just one browser-use vision scenario and described that as "a useful data point in its own right" but one that "doesn't quite map to how these agents are architected and deployed in real enterprise environments.

"Computer-use agents and APIs solve fundamentally different problems. When an API exists, agents should — and do — use it," the spokesperson wrote. "But the majority of enterprise software — legacy ERP systems, thick-client applications, proprietary tools — simply doesn't have API access."

Which suggests letting agents loose in a cloudy desktop is not a decision to be taken lightly. ®