dotnet-aws-ecs
Installation
SKILL.md
Deploy .NET Workload to AWS ECS Fargate
When to Use This Skill
Use this skill when:
- A .NET application (Web API, ASP.NET Core MVC/Razor, Blazor Server) is running locally and ready for cloud deployment
- The developer wants to deploy to ECS Fargate (serverless containers) on AWS
- The developer wants IaC that provisions everything in a single stack
Do NOT use this skill for:
- Applications that aren't yet running locally
- Windows container deployments
- EC2 launch type deployments
- Kubernetes/EKS deployments
- Serverless (Lambda) deployments
Objective
Produce IaC (CloudFormation or CDK — user chooses) and a step-by-step deployment guide. The output provisions: