aws-cloudformation-bedrock

Automate AWS Bedrock resource deployment using CloudFormation templates.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/MassimilianoPili/claude-code-config --skill aws-cloudformation-bedrock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-cloudformation-bedrock
Source: https://github.com/MassimilianoPili/claude-code-config/tree/main/skills/aws-cloudformation-bedrock
Command: npx skills add https://github.com/MassimilianoPili/claude-code-config --skill aws-cloudformation-bedrock

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies and standardizes the deployment of complex Amazon Bedrock AI services using AWS CloudFormation, reducing manual configuration errors and accelerating infrastructure setup.

Core Features & Use Cases

  • Resource Provisioning: Automates the creation of Bedrock agents, knowledge bases, guardrails, and flows.
  • Pattern Implementation: Provides pre-defined CloudFormation templates for common Bedrock use cases like RAG, agent action groups, and content moderation.
  • Use Case: Quickly set up a RAG-enabled Bedrock agent by deploying a CloudFormation stack that provisions the agent, a knowledge base, and necessary IAM roles, allowing you to focus on prompt engineering and data ingestion.

Quick Start

Use the aws-cloudformation-bedrock skill to deploy a basic Bedrock agent with a knowledge base by running the command aws cloudformation deploy --template-file bedrock-agent-kb.yaml --stack-name my-bedrock-agent-stack.

Frequently Asked Questions about aws-cloudformation-bedrock

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy AWS Bedrock agents and knowledge bases using CloudFormation?

AWS Bedrock infrastructure deployment via CloudFormation automates the creation of agents, knowledge bases, guardrails, and flows using reusable templates, eliminating manual configuration errors and accelerating infrastructure setup for RAG and agent integrations.

What is the best way to automate RAG infrastructure setup on Amazon Bedrock?

The best way to automate RAG infrastructure on Amazon Bedrock is using CloudFormation templates that provision a complete stack, including the agent, knowledge base, and necessary IAM roles, allowing you to focus on prompt engineering and data ingestion.

Can I use CloudFormation to provision Bedrock guardrails and flows for content moderation?

Yes, you can use CloudFormation to provision Bedrock guardrails and flows, providing pre-defined patterns for content moderation and standardizing the deployment of complex AI services across your AWS environment.

Do I need prior AWS CloudFormation and Bedrock knowledge to use these deployment templates?

Yes, effective utilization of these Bedrock CloudFormation templates requires prior knowledge of AWS CloudFormation and the Bedrock service to manage infrastructure patterns for RAG, agent action groups, and content moderation.

How do I quickly set up a RAG-enabled Bedrock agent with infrastructure as code?

You can quickly set up a RAG-enabled Bedrock agent by deploying a CloudFormation stack using the command `aws cloudformation deploy --template-file bedrock-agent-kb.yaml --stack-name my-bedrock-agent-stack`, which provisions the agent and knowledge base automatically.