33 lines
996 B
Markdown
33 lines
996 B
Markdown
---
|
||
title: "Gruntwork"
|
||
type: entity
|
||
tags:
|
||
- Terraform
|
||
- IaC
|
||
- Modules
|
||
sources:
|
||
- learning-sessions-cloud-transformation-programme-20230808-183322-meeting-recordi
|
||
- ctp-topic-9-ci-cd-with-gruntwork
|
||
- ctp-topic-16-cross-account-terraform-modules
|
||
last_updated: 2023-08-08
|
||
---
|
||
|
||
## Profile
|
||
Gruntwork,基础设施即代码(IaC)平台,提供生产级的 Terraform 模块库,帮助团队快速搭建云基础设施。
|
||
|
||
## Aliases
|
||
- Gruntwork
|
||
- Gruntwork.io
|
||
|
||
## Key Products
|
||
- **Terraform 模块库**:生产级、可复用的 Terraform 模块,覆盖 VPC、ECS、EKS、RDS 等 AWS 资源
|
||
- **Terragrunt**:轻量级包装器,践行 DRY 原则
|
||
|
||
## Role in CTP Context
|
||
CTP/SRE 团队以 Gruntwork 仓库为基础,构建了 ECS Terraform 模块,实现容器化应用在 AWS 上的标准化部署。
|
||
|
||
## Connections
|
||
- [[ECS-Module]] ← based_on ← Gruntwork(CTP 在 Gruntwork 基础上构建)
|
||
- [[Terraform]]:核心工具
|
||
- [[Infrastructure-as-Code]]:方法论基础
|