aws-solutions-library-samplesaws-solutions-library-samplesOfficialยท4 Agent Skills Included

guidance-for-claude-code-with-amazon-bedrock

Enterprise Bedrock deployment with SSO, monitoring, and quotas

Deploys Claude Code and Claude Desktop on Amazon Bedrock with enterprise single sign-on, usage monitoring, and per-user quota enforcement. Eliminates manual credential management, untracked AI spending, and inconsistent multi-platform setups across Windows, macOS, and Linux. Provides CloudFormation templates, credential helpers, and analytics pipelines so teams roll out governed AI access in hours.
npx skills add aws-solutions-library-samples/guidance-for-claude-code-with-amazon-bedrock --all -g -y
Available:

Gives your AI agent the project architecture, auth mode rules, testing requirements, and cross-platform constraints it must follow when modifying this deployment codebase.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Guidance for Claude Code with Amazon Bedrock?โ–ผ

Run `npx skills add aws-solutions-library-samples/guidance-for-claude-code-with-amazon-bedrock --all -g -y` in your terminal to install all skills in this suite globally.

How to deploy Claude Code on Amazon Bedrock with SSO?โ–ผ

This guidance deploys authentication infrastructure that connects your existing identity provider (Okta, Entra ID, Auth0, Google, Cognito, or IAM Identity Center) to Bedrock via CloudFormation. Users get temporary credentials through STS federation with no API keys to manage.

How to track and limit AI usage costs per user?โ–ผ

The suite deploys CloudWatch dashboards with per-user cost attribution plus a quota API that enforces per-user and per-team token limits. Optional S3 and Athena stacks provide historical usage analytics.

Does it work on Windows, macOS, and Linux?โ–ผ

Yes. It ships pre-built Go and Python credential binaries for all three platforms, and the test suite treats Windows failures as blocking.

Can I get reliable structured JSON from Claude on Bedrock?โ–ผ

Yes. The included tool-use skill forces responses through typed tool schemas, raising JSON parse success rates above 99% compared to plain prompting.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’