deploy-aws-ecs

Installation
SKILL.md

Deploy to AWS ECS/Fargate

Why ECS/Fargate?

  • Serverless container orchestration
  • No cluster management
  • Auto-scaling built-in
  • Deep AWS integration
  • Pay-per-use pricing
  • Production-grade reliability

Quick Start

# Install AWS CLI
aws --version

# Configure credentials (use OIDC in production)
aws configure
Installs
11
GitHub Stars
31
First Seen
Feb 18, 2026
deploy-aws-ecs — nguyenhuuca/assessment