Home / The Index / AWS
Developing

How agent-ready is AWS?

Independent agentability audit of AWS, scored across the 8 principles of Agent Factors Engineering — how well AI agents can parse, navigate, and operate it.

Audited June 12, 2026 · Rubric v0 · 3 page(s) evaluated

Audit summary

AWS received an overall agentability score of 35/100 on its homepage, indicating significant barriers for autonomous AI agents attempting to parse and navigate the site. Documentation scored 30/100 and pricing pages 42/100, reflecting similar challenges across core user journeys. These scores suggest that while basic content is accessible, agents will struggle to reliably extract structured information, understand system state, and trace the provenance of data.

The audit identified critical weaknesses in transparency (0/100) and shadow UI avoidance (15/100), meaning AWS provides virtually no machine-readable explanations of how results are generated and relies heavily on dynamic interfaces that obscure underlying data structures. Status communication (30/100) also scored poorly, with insufficient feedback during asynchronous operations. Relative strengths appeared in control (65/100) and clean handoffs (50/100), indicating some consideration for programmatic interaction patterns.

For organizations deploying AI agents to provision infrastructure or retrieve AWS documentation, these gaps will require custom parsing logic, frequent error handling for ambiguous states, and manual verification of extracted data. Improving transparency and status signaling would yield the most significant gains in agent-readiness.

Score by principle

Machine Readability42 / 100
Chunking40 / 100
Control65 / 100
Status30 / 100
Defaults40 / 100
Clean Handoffs50 / 100
No Shadow UI15 / 100
Transparency0 / 100

Key findings

Status
Emit descriptive status text on async actions ('Uploading 3 of 10 files'), not a bare spinner.
Transparency
Surface confidence/certainty on key outputs (a confidence field in API responses, or a 'verified vs best-guess' label in the UI).
Transparency
Offer a one-line summary plus an expandable drill-down for important results.
Transparency
Attach source references or input citations (link or id) to generated outputs.
Transparency
Expose an activity/audit log or a 'why this result' affordance that records system actions in machine-readable form (a visible activity feed plus a JSON event log).
Machine Readability
Use a single <h1> and a contiguous heading hierarchy with no skipped levels.
Control
Among the stronger areas for AWS, scored 65/100.
Clean Handoffs
Among the stronger areas for AWS, scored 50/100.

How AWS could improve its score

AWS can improve agentability by addressing the following issues identified in the audit:

  • Emit descriptive status text during async actions (e.g., 'Uploading 3 of 10 files') rather than displaying only spinners or progress bars, enabling agents to parse operation state and progress.
  • Expose an activity or audit log in machine-readable form (such as a JSON event log alongside a visible activity feed) so agents can trace system actions and reconstruct decision flows.
  • Attach source references or input citations to generated outputs, allowing agents to verify data provenance and assess reliability programmatically.
  • Provide a one-line summary with expandable drill-down for important results, giving agents a consistent pattern to extract key information before deciding whether to parse details.
  • Use a single <h1> per page and maintain contiguous heading hierarchy without skipped levels, enabling agents to build accurate document outlines and navigate content semantically.
  • For long-running tasks, implement enumerated multi-step or activity-feed patterns that communicate stage progression in a structured, parseable format.

Work at AWS? Re-audit any page free.

Scores refresh automatically when we re-crawl — or run an instant audit on any URL now.

Run a free audit

Embed this score

Show your agent-readiness in your docs or README. The badge links back to this live report.

<a href="https://agentability.io/index/aws.html"> <img src="https://agentability.io/badge/aws.svg" alt="AWS — Agentability score 35/100 (Developing)" /> </a>