Deploy Amazon Bedrock AgentCore resources using CloudFormation templates.
- AWS CLI installed and configured
- CloudFormation permissions to create stacks and resources
- Access to Amazon Bedrock AgentCore (preview)
# Deploy
aws cloudformation create-stack \
--stack-name <stack-name> \
--template-body file://<template-file> \
--capabilities CAPABILITY_IAM \
--region <region>
# Monitor
aws cloudformation describe-stacks \
--stack-name <stack-name> \
--region <region>
# Cleanup
aws cloudformation delete-stack \
--stack-name <stack-name> \
--region <region>- mcp-server-agentcore-runtime/ - MCP Server with JWT authentication
- basic-runtime/ - Simple agent deployment
- multi-agent-runtime/ - Multi-agent system
- end-to-end-weather-agent/ - Weather agent with tools and memory
aws cloudformation describe-stack-events \
--stack-name <stack-name> \
--region <region>aws codebuild batch-get-builds \
--ids <build-id> \
--region <region>