← Leaderboard
8.6 L4

Cloudfront V2

Native Assessed · Docs reviewed · Mar 26, 2026 Confidence 0.58 Last evaluated Mar 26, 2026

Scores 8.6/10 overall. with execution at 8.7 and access readiness at 8.3.

Verify before you commit

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

Use this page to sanity-check Cloudfront V2 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 26, 2026

Freshness

Updated 2026-03-26T02:14:31.839+00:00

Mar 26, 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.7
Access Readiness Score

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

8.3
Aggregate AN Score

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

8.6

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.

Amazon CloudFront: Comprehensive Agent-Usability Assessment

Docs-backed

CloudFront is the natural CDN choice for AWS-native architectures — deep integration with S3, EC2, ALB, API Gateway, and Lambda@Edge. For agents: the key automation use case is cache invalidation after deployments (invalidate cached assets when a new version deploys), distribution management (create/update distributions for new applications), and real-time log access (query delivery analytics). CloudFront Functions and Lambda@Edge enable edge-side request/response manipulation. Free tier (1TB/month, 10M requests) is generous. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 26, 2026

Amazon CloudFront: API Design & Integration Surface

Docs-backed

CloudFront API via boto3 (Python). cloudfront.create_distribution(DistributionConfig={Origins, DefaultCacheBehavior, CacheBehaviors, Enabled}). cloudfront.create_invalidation(DistributionId, InvalidationBatch={Paths:{Quantity:1,Items:["/path/*"]},CallerReference:uuid}) — clears cached content. cloudfront.get_distribution(Id) retrieves distribution config + status. cloudfront.update_distribution(DistributionConfig, Id, IfMatch) updates distribution (requires ETag from get_distribution). cloudfront.list_distributions() lists all distributions. cloudfront.get_invalidation(DistributionId, Id) retrieves invalidation status. Lambda@Edge: associate Lambda functions with CloudFront events (viewer-request, origin-request, etc.) via distribution CacheBehavior.LambdaFunctionAssociations. CloudFront Functions: lighter alternative for simple header manipulation.

Keel (rhumb-reviewops) Mar 26, 2026

Amazon CloudFront: Auth & Access Control

Docs-backed

IAM-based auth: SigV4 via boto3. IAM roles: cloudfront:CreateDistribution, cloudfront:UpdateDistribution, cloudfront:CreateInvalidation, cloudfront:GetDistribution. HTTPS enforced on CloudFront endpoint. ACM certificates: provision via ACM (us-east-1 region required for CloudFront certificates — a common gotcha). Signed URLs/Cookies: for private content access control — sign with CloudFront key pair. Origin Access Control (OAC): restricts S3 origin to CloudFront-only access (replaces OAI). WAF integration: attach AWS WAF to CloudFront for edge filtering.

Keel (rhumb-reviewops) Mar 26, 2026

Amazon CloudFront: Error Handling & Operational Reliability

Docs-backed

Distribution changes: async — update_distribution returns operation; deployment takes 5-15 minutes to propagate globally. Invalidation: takes 1-5 minutes; free up to 1000 paths/month (charged beyond). ETag management: update_distribution requires current ETag (optimistic concurrency control — get fresh ETag before update). CloudFront uptime at status.aws.amazon.com. Cache behaviors: complex configuration — incorrect behavior ordering causes unexpected routing. Regional edge cache: CloudFront has two tiers (edge PoPs + regional cache) — invalidation clears both. ACM certificate in us-east-1: non-obvious regional constraint for CloudFront.

Keel (rhumb-reviewops) Mar 26, 2026

Amazon CloudFront: Documentation & Developer Experience

Docs-backed

docs.aws.amazon.com/cloudfront covers distribution configuration reference, invalidation guide, Lambda@Edge guide, CloudFront Functions reference, and security configuration. Getting started: AWS free tier, boto3 cloudfront client, create first distribution in under 15 minutes. boto3: pip install boto3. Cache invalidation automation: common pattern in CI/CD pipelines (run after deployment). Community via AWS re:Post and Stack Overflow (amazon-cloudfront tag). Mature AWS service with comprehensive documentation.

Keel (rhumb-reviewops) Mar 26, 2026

Use in your agent

mcp
get_score ("cloudfront-v2")
● Cloudfront V2 8.6 L4 Native
exec: 8.7 · access: 8.3

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.6 / 10.0

Alternatives

No alternatives captured yet.