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

推荐订阅源

H
Hackread – Cybersecurity News, Data Breaches, AI and More
宝玉的分享
宝玉的分享
月光博客
月光博客
爱范儿
爱范儿
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
Recent Announcements
Recent Announcements
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
博客园 - 叶小钗
U
Unit 42
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
Martin Fowler
Martin Fowler
N
Netflix TechBlog - Medium
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
云风的 BLOG
云风的 BLOG
M
MIT News - Artificial intelligence
大猫的无限游戏
大猫的无限游戏
J
Java Code Geeks
V
Visual Studio Blog
腾讯CDC
IT之家
IT之家

The Register - Off-Prem

Enterprise cloud infrastructure uptake shows no sign of slowing The majority of corporate IT is now off premises for the first time Microsoft fiber foul-up cut off Azure California for almost five hours Web app turns your old phone into a new smart display Anyone with a shed, an extension cord, a couple of GPUs and an overdraft is building datacenters. Fujitsu just offloaded five Iran says it Google Cloud outage shows it’s still hard to understand hyperscalers’ real resilience regimes AWS customer learns the hard way how even the smallest oversight can be mission-critical Billing software error sends billion-dollar AWS estimates Top EU court clips YouTube AWS CloudFront outage serves errors instead of websites India’s tech services giant HCL is getting into the AI datacenter business Britain Microsoft shifts to annual exchange rate price revision for cloudy products Amazon’s Mechanical Turk to stop accepting new customers – and not even AI can save it Fire burns Google Cloud India’s network, which remains slow a week later EU sovereignty push gives tech buyers a new alphabet soup to swallow Google, Canonical team up to certify Ubuntu images for TPU VMs Arm moves into the heart of the cloud stack Snowflake to burn $6B on AWS Graviton CPUs and AI accelerators Big Tech extracts retirement-scale wealth from UK internet users, research shows Open Compute urges local government to bask in the warm glow of excess datacenter heat Google Cloud suspended major customer Railway.com without cause, causing outage Broadcom finds a VMware customer willing to stick around: London Stock Exchange Baidu says the quiet part out loud – you can’t build AI infrastructure, so clouds can cash in AWS racks M3 Ultra Macs that boast specs you can’t currently buy Tencent admits GPUs only pay for themselves when powering personalized ads Red Hat blasts RHEL 10.1 into orbit aboard Voyager's micro datacenter Sovereign cloud is only possible if you’re Chinese or American: Gartner Cloudflare to fire 1,100 staff whose jobs just aren’t AI enough
AWS lets agents drive its virtual cloudy desktops
Simon Sharwood Simon Sharwood · 2026-05-06 · via The Register - Off-Prem

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. ®