AI Skill Hub 推荐使用:Terraform-OpenClaw-AI 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
Terraform模块,用于在AWS上部署OpenClaw AI代理网关,集成ALB和Cognito认证。
Terraform-OpenClaw-AI 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Terraform模块,用于在AWS上部署OpenClaw AI代理网关,集成ALB和Cognito认证。
Terraform-OpenClaw-AI 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/infrahouse/terraform-aws-openclaw cd terraform-aws-openclaw # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 terraform-aws-openclaw --help # 基本运行 terraform-aws-openclaw [options] <input> # 详细使用说明请查阅文档 # https://github.com/infrahouse/terraform-aws-openclaw
# terraform-aws-openclaw 配置说明 # 查看配置选项 terraform-aws-openclaw --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export TERRAFORM_AWS_OPENCLAW_CONFIG="/path/to/config.yml"
Deploys OpenClaw AI agent gateway on AWS using EC2 behind an ALB with Cognito authentication and multi-provider LLM support (Bedrock, Anthropic API, OpenAI API, Ollama).
infrahouse/secret/aws)| Name | Version |
|---|---|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 6.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.0 |
| <a name="requirement_tls"></a> [tls](#requirement\_tls) | ~> 4.0 |
module "openclaw" {
source = "registry.infrahouse.com/infrahouse/openclaw/aws"
version = "0.4.0"
providers = {
aws = aws
aws.dns = aws
}
environment = "production"
zone_id = aws_route53_zone.example.zone_id
alb_subnet_ids = module.network.subnet_public_ids
backend_subnet_ids = module.network.subnet_private_ids
alarm_emails = ["ops@example.com"]
cognito_users = [
{
email = "admin@example.com"
full_name = "Admin User"
},
]
}
The module works out of the box — AWS Bedrock (Amazon Nova 2 Lite) is the default LLM provider and requires no API keys. See the Getting Started guide for first login and optional provider setup.
See the examples/ directory for working configurations.
| Provider | Configuration | Default? |
|---|---|---|
| **Bedrock** | Uses IAM, no API keys. Nova 2 Lite is the default model. | Yes |
| **Anthropic API** | Optional. Add ANTHROPIC_API_KEY to the Secrets Manager secret. | No |
| **OpenAI API** | Optional. Add OPENAI_API_KEY to the Secrets Manager secret. | No |
| **Ollama** | Local models. Set ollama_default_model to pre-pull a model. | Available |
| Name | Source | Version |
|---|---|---|
| <a name="module_api_keys"></a> [api\_keys](#module\_api\_keys) | registry.infrahouse.com/infrahouse/secret/aws | 1.1.1 |
| <a name="module_openclaw_pod"></a> [openclaw\_pod](#module\_openclaw\_pod) | registry.infrahouse.com/infrahouse/website-pod/aws | 5.17.0 |
| <a name="module_openclaw_userdata"></a> [openclaw\_userdata](#module\_openclaw\_userdata) | registry.infrahouse.com/infrahouse/cloud-init/aws | 2.3.1 |
该项目提供了一个开源的AI工作流解决方案,使用Terraform模块部署OpenClaw AI代理网关,集成AWS服务,实现AI工作流的自动化。虽然项目质量较高,但仍需要进一步完善和测试。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,Terraform-OpenClaw-AI 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | terraform-aws-openclaw |
| 原始描述 | 开源AI工作流:Terraform module for OpenClaw AI agent gateway on AWS with ALB, Cognito authenti。⭐20 · HCL |
| Topics | workflowaiawsbedrockcognitoinfrahousehcl |
| GitHub | https://github.com/infrahouse/terraform-aws-openclaw |
| License | Apache-2.0 |
| 语言 | HCL |
收录时间:2026-06-03 · 更新时间:2026-06-08 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端