28 lines
965 B
Markdown
28 lines
965 B
Markdown
---
|
||
title: "ECS (Elastic Container Services)"
|
||
type: entity
|
||
tags: [AWS, container-orchestration]
|
||
sources: []
|
||
last_updated: 2026-04-20
|
||
---
|
||
|
||
## Summary
|
||
ECS 是 AWS 专有的容器编排服务,提供 Docker 容器作为逻辑单元的管理,支持 EC2 实例或 Fargate 目标部署。与 AWS 服务深度集成,相比 EKS 或原生 Kubernetes 有独特优势和挑战。
|
||
|
||
## Definition
|
||
AWS 专有的容器编排服务,用于在 AWS 云上运行和管理 Docker 容器。
|
||
|
||
## Key Attributes
|
||
- **类型**:容器编排服务
|
||
- **服务商**:AWS
|
||
- **部署模式**:EC2 实例 / Fargate 无服务器
|
||
- **核心功能**:自动扩展、自动修复、金丝雀部署
|
||
|
||
## Connections
|
||
- [[Infrastructure as Code (IaC)]] ← 部署方式 ← [[ECS (Elastic Container Services)]]
|
||
- [[Terraform]] ← 供给 ← [[ECS (Elastic Container Services)]]
|
||
- [[AWS]] ← 提供 ← [[ECS (Elastic Container Services)]]
|
||
|
||
## Aliases
|
||
- Elastic Container Services
|
||
- Amazon ECS |