ecs

Automate Amazon ECS cluster, service, and task management via AWS CLI.

3|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/david-2814/claw-aws --skill ecs-david-2814
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecs
Source: https://github.com/david-2814/claw-aws/tree/main/skills/ecs
Command: npx skills add https://github.com/david-2814/claw-aws --skill ecs-david-2814

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Amazon ECS clusters, services, tasks, and task definitions efficiently from the command line, reducing manual console navigation and scripting boilerplate.

Core Features & Use Cases

  • Cluster, service, and task management via AWS CLI for Fargate and EC2 launch types.
  • Task definition creation, revision management, and deployment updates.
  • Troubleshooting and runtime inspection of clusters, services, and tasks.
  • Common operational patterns and safe governance guidelines.

Quick Start

Install and configure AWS CLI v2, then begin by listing your ECS clusters to validate setup.

Frequently Asked Questions about ecs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Amazon ECS clusters and services from the command line?

You can manage ECS clusters by using AWS CLI commands to administer services, tasks, and task definitions directly, reducing manual console navigation and scripting boilerplate.

What is the best way to update ECS task definitions and deploy revisions?

The best way to update ECS task definitions is using AWS CLI for task definition creation and revision management. This standardizes deployment operations and ensures safe governance guidelines to prevent misconfigurations.

Does AWS CLI support both Fargate and EC2 launch types for ECS task orchestration?

AWS CLI supports both Fargate and EC2 launch types for ECS task orchestration. You can manage clusters, services, and tasks across both compute options with standardized workflows and runtime inspection capabilities.

How do I troubleshoot running ECS tasks and inspect cluster runtime states?

You can troubleshoot running ECS tasks by using AWS CLI for runtime inspection of clusters, services, and tasks. This allows you to identify misconfigurations and monitor deployment operations without navigating the console.

Do I need AWS CLI v2 configured to start managing ECS clusters?

You need AWS CLI v2 installed and configured to start managing ECS clusters. Once set up, you can list your ECS clusters to validate the configuration and begin automating task definition revisions and deployments.