aws-containers

Guide ECS/Fargate container deployment, ECR image management, and blue/green strategies.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill aws-containers-andrekurait
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-containers
Source: https://github.com/AndreKurait/claude-marketplace-test/tree/main/plugins/aws-core/skills/aws-containers
Command: npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill aws-containers-andrekurait

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

aws-containers helps teams deploy and operate containerized workloads on AWS using ECS, Fargate, and ECR. It covers task definitions, service deployment, image lifecycle management, ECS Exec debugging, deployment strategies, load balancer integration, and logging configuration. It also addresses container deployment options (ECS vs ECS Express Mode), networking modes, health check troubleshooting, secrets injection, blue/green deployments, App Runner sunset guidance, and migration considerations for modern ECS-focused workflows.

Core Features & Use Cases

  • Container deployment, management, and orchestration across ECS, Fargate, and ECR
  • Guidance for ECS Exec debugging, health checks, circuit breakers, and blue/green deployments
  • Migration guidance for App Runner sunset and ECS Express Mode transitions
  • Networking, security, and logging best practices for production container workloads

Quick Start

Install and configure AWS CLI, then register a task definition, deploy an ECS/Fargate service behind an ALB, and enable ECS Exec for debugging.

Frequently Asked Questions about aws-containers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy containers to ECS Fargate and manage AWS ECS tasks?

Deploy containers to ECS Fargate by registering a task definition, configuring IAM roles and awsvpc networking, then deploying the service behind an ALB. This guides ECS task management, ECR image handling, and production workload configuration including logging and secrets injection.

How does ECS Exec debugging work for Fargate containers?

ECS Exec debugging enables interactive shell access to running ECS Fargate containers for troubleshooting. You enable it in the task definition, configure IAM permissions, and connect to inspect container workloads, resolve health check failures, and diagnose deployment issues.

Can I do blue green deployments with ECS Fargate services?

Yes, blue green deployments are supported for ECS Fargate services. This involves managing deployment strategies with load balancer integration, configuring deployment circuit breakers, and handling task definition revisions to shift traffic safely between container workload versions.

What is the best way to handle ECR image lifecycle management for ECS?

Handle ECR image lifecycle management by applying lifecycle policies to clean up unused container images. This guides ECR image repository configuration, prevents storage bloat from repeated ECS task deployments, and maintains production workload image versioning.

Do I need awsvpc mode for ECS Fargate networking?

Yes, awsvpc mode is required for ECS Fargate networking. This configuration provides elastic network interfaces for each task, enforces security group rules, and integrates with Application Load Balancers to route traffic to your containerized workloads.

How do I migrate workloads after the AWS App Runner sunset?

Migrate workloads after the AWS App Runner sunset by transitioning container deployments to ECS and ECS Express Mode. This covers migration considerations for modern ECS-focused workflows, including task definition mapping, service deployment, and load balancer configuration.