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