ecs-api-reference

Document ECS API request and response structures for KECS implementations.

41|Updated May 13, 2025
One-click install
npx skills add https://github.com/nandemo-ya/kecs --skill ecs-api-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecs-api-reference
Source: https://github.com/nandemo-ya/kecs/tree/main/.claude/skills/ecs-api-reference
Command: npx skills add https://github.com/nandemo-ya/kecs --skill ecs-api-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides detailed specifications for implementing Amazon ECS APIs in KECS, including request/response formats, error codes, and ARNs, to ensure protocol compatibility.

Core Features & Use Cases

  • Comprehensive API coverage: Clusters, services, tasks, task definitions, and other related APIs.
  • API contracts & error handling: Aligns with AWS ECS error codes and response structures.
  • Use Case: When implementing a new endpoint (e.g., CreateCluster), use these specs to design the handler and validate outputs.

Quick Start

Review the API specification files in this skill when designing KECS endpoints; for example, implement CreateService using the provided service-api.md and task-api.md references.

Frequently Asked Questions about ecs-api-reference

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

FAQPage Schema
How do I implement ECS API endpoints with correct request and response formats?

ECS API reference specifications define standardized request/response structures, error codes, and ARNs for cluster, service, task, and task-definition endpoints. Use these specs when designing handlers to ensure KECS compatibility and correct API behavior across all categories.

What ECS API error codes and status responses should I implement?

ECS API reference documentation aligns with AWS ECS error codes and response structures, covering validation errors, resource conflicts, and standard HTTP formats. Reference these specs to validate outputs and handle errors consistently across your implementation.

How do I ensure my ECS implementation handles pagination and ARN formats correctly?

ECS API reference standardizes pagination parameters, data schemas, and ARN formats across all API categories. Apply these specifications to support listing operations, resource identification, and protocol compatibility in KECS implementations.

Can I use ECS API reference to validate CreateService and CreateCluster implementations?

Yes. ECS API reference provides detailed specifications for service and cluster APIs, including request schemas, response structures, and related resource handling. Use service-api.md and task-api.md references to design and validate endpoint handlers.

What resources and attributes does ECS API reference cover beyond core APIs?

ECS API reference includes specifications for tags, task sets, attributes, and account settings alongside cluster, service, task, and task-definition APIs. This comprehensive coverage ensures you handle all related resources needed for full KECS protocol compatibility.