Recipes/DevOps/Container Deployment to AWS
🐳☁️

Container Deployment to AWS

Advanced

DevOps

Build, tag, push to ECR and deploy to ECS in one automated pipeline triggered by a git tag or manual dispatch.

MCPs Required

🐳Docker☁️AWS

Workflow Steps

  1. 1
    Build Docker image from Dockerfile
  2. 2
    Tag image with git SHA
  3. 3
    Push image to Amazon ECR
  4. 4
    Update ECS task definition
  5. 5
    Trigger rolling ECS service update
  6. 6
    Health-check new tasks and notify on failure

More DevOps Recipes

🟢🐙

Auto DB Migrations on Push

Every push to main triggers a Supabase migration automatically. Schema diffs are committed and applied with zero manual steps.

🐙▲

Preview Deploy on Every PR

Open a PR and a Vercel preview URL appears as a comment within minutes. Branches are cleaned up automatically when PRs close.

⚡🐙

Branch-per-PR Databases

Each PR gets its own Neon database branch for isolated testing. Branch is deleted automatically when the PR closes.

🐙📐

Issue → Branch → PR Pipeline

A Linear issue assigned to a developer automatically creates a git branch, syncs status changes, and opens a draft PR.

Ready to build this workflow?

Install the MCPs from the marketplace and start automating in minutes.

🐳Install Docker☁️Install AWS