bedrock-adoption-readiness

bedrock-adoption-readiness is a skill for Claude Code, Codex from aws/tools-for-devops-agent. It costs 137 tokens per session (3,424 once invoked), scanned A, original, Apache-2.0.

A checklist for judging whether an AWS account is ready to run Amazon Bedrock, Amazon’s service for using AI models, in production. It reviews access control, data retention, usage limits, and monitoring for Bedrock’s Standard and Mantle services.

In plain words
What is it for?
Use it to review Bedrock permissions, check whether quotas and capacity are sufficient, confirm zero-data-retention settings, and assess operational monitoring.
Why use it?
It helps reveal security, capacity, data-handling, and monitoring gaps before real workloads depend on Bedrock.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review Bedrock permissions, check whether quotas and capacity are sufficient, confirm zero-data-retention settings, and assess operational monitoring.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aws/tools-for-devops-agent/bedrock-adoption-readiness
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aws/tools-for-devops-agent --skill bedrock-adoption-readiness
Clone the repo
git clone --depth 1 https://github.com/aws/tools-for-devops-agent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bedrock-adoption-readiness

README.md
[![agentmods](https://agentmods.dev/badge/skills/aws/tools-for-devops-agent/bedrock-adoption-readiness.svg)](https://agentmods.dev/skills/aws/tools-for-devops-agent/bedrock-adoption-readiness)
Your own site
<a href="https://agentmods.dev/skills/aws/tools-for-devops-agent/bedrock-adoption-readiness"><img src="https://agentmods.dev/badge/skills/aws/tools-for-devops-agent/bedrock-adoption-readiness.svg" alt="Measured on agentmods" height="20"></a>
Per session 137 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,424 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00137 $0.03424
Opus 5 $0.00068 $0.01712
Sonnet 5 $0.00027 $0.00685
Haiku 4.5 $0.00014 $0.00342

Measured 8d ago against content hash 1f470f45d1ec, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

bedrock-adoption-readiness scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/bedrock-adoption-readiness/SKILL.md · 313 lines

How it starts

The opening of the file, as written. The whole thing — 313 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Bedrock Adoption Readiness Assessment

Assess an AWS account's readiness to run Amazon Bedrock at production scale. Covers four dimensions: IAM governance, data retention (ZDR), quota and capacity headroom, and operational observability. Operates across both Standard Bedrock and Mantle (OpenAI models) surfaces.

Important: Two Surfaces

Bedrock operates across two control planes. Both must be assessed.

Standard Bedrock Mantle (OpenAI models)
CloudWatch namespace AWS/Bedrock AWS/BedrockMantle
Metric names Invocations, InputTokenCount, OutputTokenCount Inferences, TotalInputTokens, TotalOutputTokens
CW dimensions ModelId Model, Project
IAM prefix bedrock:, bedrock-runtime: bedrock-mantle:
Cost discriminator No marker in USAGE_TYPE -mantle- substring in USAGE_TYPE
Cross-region inference Yes - Geographic (us., eu., apac. prefixes) and Global (global. prefix) No (in-region only)

When to Use

Activate this skill when the user asks to:

  • Review or assess Bedrock production readiness
  • Audit Bedrock IAM permissions or access governance
  • Check Bedrock quota utilization or capacity planning
  • Evaluate Zero Data Retention (ZDR) configuration
  • Validate Bedrock operational monitoring setup
  • Prepare for scaling Bedrock usage in production

Dimension States

Every dimension reports one of three states:

  • ASSESSED: Data collected, rules applied, findings produced
  • NOT_ASSESSED: Collection failed or data unreachable (state the reason)
  • INSUFFICIENT_DATA: Data returned but volume too low for meaningful analysis

A dimension producing zero findings after successful collection = GOOD. A dimension producing zero findings because collection failed = NOT_ASSESSED. These must render differently.

Step 1: Identify Scope

Ask the user:

  • Which AWS account to assess
  • Which regions to review (if unknown, discover by listing metrics in us-east-1, us-east-2, us-west-2)
  • Whether they have specific concerns or want a full assessment

Read the full file on GitHub · 313 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 313 lines · 137 tokens per session scan A 1f470f45d1ec

Subscribe to this mod's changes

bedrock-adoption-readiness is a skill published in the GitHub repository aws/tools-for-devops-agent (45 stars, last pushed 4d ago), licensed Apache-2.0. It adds 137 tokens to every session and 3,424 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

migration-review

Review database migration files when a change adds or modifies paths under migrations/. Use it before merge to collect forward, rollback, locking, and data-safety evidence.

rohitg00/ai-engineering-from-scratch · 35 tokens

prowler-pr

Creates Pull Requests for Prowler following the project template and conventions. Trigger: When working on pull request requirements or creation (PR template sections, PR title Conventional Commits check, changelog gate/no-changelog label), or when inspecting PR-related GitHub workflows like conventional-commit.yml…

prowler-cloud/prowler · 84 tokens

learn-from-sage

Detection-gap (miss) analysis for Code Review Sage. Learn from shipped fixes, acted-on human comments, and design outcomes to close reviewer blind spots. Inline during review stages a candidate; a human triggers a one-shot AI consolidation into the live ruleset.

kirodotdev/KiroCrew · 56 tokens

document-service

This skill should be used when the user asks to "analyze this codebase", "document this service", "generate technical docs", "I inherited this code", "help me understand this system", "create docs for this project", "what does this system look like", "onboard me to this codebase", "this codebase has no docs"…

awslabs/agent-plugins · 141 tokens

directory-management

Manages project directory setup and artifact organization. Use when starting a new project, resuming an existing one, or when a PLAN.md needs to be associated with a project directory. Creates the project folder structure (specs/, scripts/, notebooks/, manifests/, agentmemory/) and resolves project naming.

awslabs/agent-plugins · 62 tokens

dsql

Build with Aurora DSQL — manage schemas, execute queries, handle migrations, diagnose query plans, diagnose cluster performance, load data, and develop applications with a serverless, distributed SQL database. Covers IAM auth, multi-tenant patterns, MySQL-to-DSQL and PostgreSQL-to-DSQL schema conversion, foreign key…

awslabs/agent-plugins · 229 tokens