Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions cloudformation/REDADME.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# CloudFormation Templates for Amazon Bedrock Agents

This directory contains CloudFormation templates to deploy Amazon Bedrock Agents and their associated resources. These templates provide an infrastructure-as-code approach to set up and manage the agents demonstrated in this repository.

## Available Templates

- `startup-advisor-agent/`: CloudFormation template and assets for the Startup Advisor Agent
- (Other agent directories as they are added)

Each agent directory contains:

- Complete CloudFormation template
- Required assets (Lambda functions, schemas, knowledge base files)
- Detailed README with specific deployment instructions and requirements

## Prerequisites

- An AWS account with appropriate permissions
- AWS CLI installed and configured
- Basic understanding of AWS CloudFormation and Amazon Bedrock Agents

## Getting Started

Navigate to the specific agent directory you want to deploy and follow the instructions in its README file.

## Contributing

If you've created a CloudFormation template for a new agent example, please:

1. Follow the existing directory structure
2. Include all necessary assets
3. Provide a detailed README with deployment instructions
4. Ensure the template is well-documented with comments
12 changes: 12 additions & 0 deletions cloudformation/startup-advisor-agent/REDADME.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Startup Advisor Agent - CloudFormation Deployment

A CloudFormation-based deployment solution for setting up a Startup Advisor Agent using Amazon Bedrock Agents, including web search capabilities and working memory components.

## Architecture Overview

The deployment uses a nested stack architecture:

- Main stack (parent) orchestrates the overall deployment
- Bedrock Agents stack configures the agent and permissions
- Web search stack enables search capabilities
- Working memory stack manages agent memory
Loading