nandemo-yanandemo-yaOfficialยท3 Agent Skills Included

kecs

Run Amazon ECS workloads locally on Kubernetes

Runs Amazon ECS compatible APIs locally on Kubernetes without any AWS account or cloud costs. Eliminates paid LocalStack tiers, slow cloud deployments, and manual container setup during development. Includes ECS API and CLI references plus LocalStack service tier guides to help agents build and test container workloads faster.
npx skills add nandemo-ya/kecs --all -g -y
Available:

Instructs your AI agent on KECS architecture, build commands, testing patterns, and how to implement ECS-compatible API endpoints correctly.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install KECS?โ–ผ

Run `npx skills add nandemo-ya/kecs --all -g -y` in your terminal to install all skills in this suite globally.

How to run Amazon ECS locally without AWS?โ–ผ

KECS provides ECS-compatible APIs on a local Kubernetes cluster, so you can create clusters, services, and tasks with standard AWS CLI commands pointed at a local endpoint.

Why use KECS instead of LocalStack for ECS?โ–ผ

LocalStack requires a paid tier for ECS, while KECS offers a free local ECS environment and uses LocalStack's free tier services for integrations like S3 and Secrets Manager.

Does KECS work with the standard AWS CLI?โ–ผ

Yes. Set the endpoint URL to your local KECS instance and use familiar commands like aws ecs create-cluster and aws ecs run-task unchanged.

Can I use KECS in CI/CD pipelines?โ–ผ

Yes. KECS runs in Docker containers with simple start and stop commands, making it easy to spin up isolated ECS environments in CI pipelines.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’