deploy-aws-ecs

Originally fromnguyenhuuca/assessment
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
60
GitHub Stars
106
First Seen
Feb 9, 2026
deploy-aws-ecs — dralgorhythm/claude-agentic-framework