ecs

仓库创建 2019年5月19日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

适合自动化容器部署与故障排查。

▸ 风险提示

需要 AWS 凭证与权限,操作可能产生成本或影响可用性。

这个 Skill 做什么

使用 AWS ECS 管理和部署容器化应用与服务。

在 AWS 上部署和管理 Docker 容器的服务,既能跑在 Fargate(serverless)也能跑在 EC2。适合把微服务或后台作业容器化后做任务定义、服务部署、集群管理和故障排查时使用。优势是与 AWS 生态整合好,支持自动扩缩、负载分配和滚动更新。

▸ 展开 SKILL.md 英文原文

AWS ECS container orchestration for running Docker containers. Use when deploying containerized applications, configuring task definitions, setting up services, managing clusters, or troubleshooting container issues.

开发编程AWS容器部署通用
1.1k
Stars
443
Forks
18
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/ecs/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/ecs/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# AWS ECS

Amazon Elastic Container Service (ECS) is a fully managed container orchestration service. Run containers on AWS Fargate (serverless) or EC2 instances.

## Table of Contents

- [Core Concepts](#core-concepts)
- [Common Patterns](#common-patterns)
- [CLI Reference](#cli-reference)
- [Best Practices](#best-practices)
- [Troubleshooting](#troubleshooting)
- [References](#references)

## Core Concepts

### Cluster

Logical grouping of tasks or services. Can contain Fargate tasks, EC2 instances, or both.

### Task Definition

Blueprint for your application. Defines containers, resources, networking, and IAM roles.

### Task

Running instance of a task definition. Can run standalone or 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有