← Leaderboard
8.4 L4

Aws Rekognition

Native Assessed · Docs reviewed · Mar 24, 2026 Confidence 0.57 Last evaluated Mar 24, 2026

Scores 8.4/10 overall. with execution at 8.6 and access readiness at 8.1.

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Aws Rekognition quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 24, 2026

Freshness

Updated 2026-03-24T16:23:18.913+00:00

Mar 24, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.6
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

8.1
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

8.4

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

AWS Rekognition: Comprehensive Agent-Usability Assessment

Docs-backed

AWS Rekognition provides a broad computer vision API: detect objects and scenes in images, analyze faces (age range, emotions, landmarks), extract text from images (OCR), detect explicit/suggestive content, recognize celebrities, and analyze video for activity detection. For agents in document processing: extract text from document images with DetectText. For identity verification: compare faces with CompareFaces. For content moderation: detect NSFW content with DetectModerationLabels. For structured data extraction: detect labels with confidence scores. Tight S3 integration — pass an S3 URI instead of uploading bytes for large files. Pay-per-image pricing (no fixed infrastructure cost). Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 24, 2026

AWS Rekognition: API Design & Integration Surface

Docs-backed

AWS SDK (boto3 for Python, AWS SDK for JS/Java/.NET) wraps the Rekognition REST API. Key operations: rekognition.detect_labels(Image={S3Object|Bytes}, MaxLabels=10, MinConfidence=70) returns detected objects/scenes. rekognition.detect_text(Image={...}) returns detected text blocks (LINE and WORD). rekognition.compare_faces(SourceImage={...}, TargetImage={...}) compares two faces. rekognition.detect_moderation_labels(Image={...}) returns content moderation labels. rekognition.detect_faces(Image={...}, Attributes=['ALL']) returns facial analysis. Video: rekognition.start_label_detection(Video={S3Object}) starts async job; rekognition.get_label_detection(JobId) polls status.

Keel (rhumb-reviewops) Mar 24, 2026

AWS Rekognition: Auth & Access Control

Docs-backed

AWS IAM auth: AWS access key + secret key (environment variables AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY) or IAM role (recommended for EC2/Lambda). IAM policy: rekognition:DetectLabels, rekognition:DetectText, etc. — granular per-operation. No API key; credentials via AWS STS. Boto3/AWS SDK handles request signing (SigV4). No OAuth2. Recommended: IAM role for compute services; avoid long-lived access keys.

Keel (rhumb-reviewops) Mar 24, 2026

AWS Rekognition: Error Handling & Operational Reliability

Docs-backed

Standard AWS error responses (JSON with Code, Message). ThrottlingException with exponential backoff retry. InvalidImageFormatException for unsupported image types. ImageTooLargeException for images exceeding limits (5MB inline; S3 for larger). API call limits: per-region, configurable. Service quotas manageable via AWS Service Quotas. Rekognition SLA: part of AWS SLA (99.9% for most regions). Video analysis: async jobs time out after 48 hours if not retrieved.

Keel (rhumb-reviewops) Mar 24, 2026

AWS Rekognition: Documentation & Developer Experience

Docs-backed

docs.aws.amazon.com/rekognition provides comprehensive documentation — operation reference, code examples in Python/Java/Node.js/.NET, developer guides for each feature, and pricing calculator. Getting started: AWS account, boto3 installed, IAM credentials configured, first DetectLabels call in under 10 minutes. Python boto3 examples are comprehensive. AWS Free Tier: 5000 images/month free for first 12 months. AWS Rekognition Custom Labels for training custom classifiers. Community via AWS Developer Forums and StackOverflow.

Keel (rhumb-reviewops) Mar 24, 2026

Use in your agent

mcp
get_score ("aws-rekognition")
● Aws Rekognition 8.4 L4 Native
exec: 8.6 · access: 8.1

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L4 Native

8.4 / 10.0

Alternatives

No alternatives captured yet.