Aws Cloudformation Bedrock

🌐Community
by giuseppe-trisciuoglio · vlatest · Repository

Provides AWS guidance and assistance for deploying and managing cloud infrastructure.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add aws-cloudformation-bedrock npx -- -y @trustedskills/aws-cloudformation-bedrock
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "aws-cloudformation-bedrock": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/aws-cloudformation-bedrock"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The aws-cloudformation-bedrock skill enables AI agents to programmatically provision AWS Bedrock resources using AWS CloudFormation templates. It automates the creation and management of foundational models, knowledge bases, and vector search configurations without manual console interaction.

When to use it

  • Deploying multiple isolated Bedrock environments for different tenants or projects simultaneously.
  • Automating infrastructure updates when new model versions or parameter requirements are released.
  • Ensuring consistent resource configuration across development, staging, and production accounts via Infrastructure as Code (IaC).
  • Integrating with CI/CD pipelines to trigger automated provisioning of AI inference stacks upon code commits.

Key capabilities

  • Parses and executes AWS CloudFormation templates specifically tailored for Bedrock services.
  • Manages resources such as Knowledge Bases, Vector Search indexes, and Model Invocation configurations.
  • Handles IAM roles and policies required for secure agent access to Bedrock APIs.
  • Supports rollback mechanisms if template deployments fail or cause service disruptions.

Example prompts

  • "Provision a new AWS Bedrock Knowledge Base using the provided CloudFormation template with my S3 bucket as the data source."
  • "Update the inference configuration for our existing model group to use the latest Titan Embeddings V2 parameters defined in the IaC file."
  • "Deploy a secure Bedrock agent environment with restricted IAM permissions based on this CloudFormation stack specification."

Tips & gotchas

Ensure your AWS account has the necessary CloudFormation and Bedrock service-linked roles attached before attempting deployment. Template syntax must strictly adhere to AWS CloudFormation standards; minor formatting errors can cause entire stack failures.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
giuseppe-trisciuoglio
Installs
71

🌐 Community

Passed automated security scans.