amazon-ecs
Installation
SKILL.md
Amazon ECS
Amazon ECS is a fully managed container orchestration service provided by AWS. It allows developers to easily run, scale, and manage Docker containers on the AWS cloud. It's used by developers and organizations who want to deploy and manage containerized applications without the operational complexity of managing their own container orchestration infrastructure.
Official docs: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html
Amazon ECS Overview
- Cluster
- Service
- Task
- Service
- Task Definition
Use action names and parameters as needed.
Working with Amazon ECS
This skill uses the Membrane CLI to interact with Amazon ECS. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Related skills