Worked on a feature at Facets.cloud that streamlines AWS ECS deployment — a new ECS-AWS project type that eliminates the manual setup complexity teams typically face.

The Problem

Setting up ECS the traditional way means copy-pasting Terraform modules, piecing together docs, and manually wiring up VPCs, clusters, load balancers, and IAM roles. It’s time-consuming and error-prone.

The Solution

The new project type bundles all essential infrastructure into a single self-serve template:

  • Pre-configured infrastructure blueprint — VPC, ECS cluster, ALB, and IAM roles bundled together, reducing setup friction
  • User-friendly input schema — customize what you need without breaking functionality
  • Automated deployment pipeline — from project creation through ECS service rollout
  • Production-safe defaults — overridable parameters for task sizing, port mappings, container images, and scaling policies

Just configure and launch — no more piecing together infrastructure manually.

The goal is reducing setup time for teams using AWS ECS while maintaining production-grade safety standards.

Check out the use case page for more details.