CldKit
ホーム探すRECIPES送信CLIAI キュレーターログイン
ログイン
CldKit
探すRecipes送信CLI·概要プライバシー利用規約

AI 開発者のために構築。すべての components をレビュー。

© 2026 CldKit

言語
ホーム>Recipes>Infrastructure as Code

Infrastructure as Code

advanced

Cloud infrastructure provisioning with Terraform, AWS, and Docker containerization.

アーキテクチャ

Terraform MCP
Defines and plans infrastructure changes using HCL configurations
86/100
npx @hashicorp/terraform-mcp-server
AWS MCP
Interacts with AWS services to verify and manage cloud resources
90/100
npx @awslabs/mcp-server-aws
Docker Compose Skill
Creates Dockerfiles and compose configs for service containerization
77/100
ls /workspace

期待される出力

Infrastructure as Code Report Terraform Plan: 8 to add, 2 to change, 0 to destroy AWS Resources: VPC, 2 subnets, RDS, ECS cluster Docker: 3 services containerized (app, worker, nginx) Apply: All resources provisioned successfully -> Infrastructure live at us-east-1

関連 Recipes

Incident Response Command Center

ADVANCED

Triage production incidents from alerts to fixes with observability, chat, and repo context.

devopsworkflow

5 components

Observability Stack

INTERMEDIATE

Full-stack monitoring with Grafana dashboards, Datadog APM, and Sentry error tracking.

devopsinfra

3 components

MCP Builder Starter Kit

INTERMEDIATE

Design, scaffold, document, and validate a custom MCP server or MCP App.

codeworkflowdevops

4 components

すべてインストール

npx @hashicorp/terraform-mcp-server
npx @awslabs/mcp-server-aws
ls /workspace

難易度

advanced

Components

3

作成日

Mar 25, 2026

シーン

devops
infra