aws-app-runner

Automate deployment of stateless Python services on AWS App Runner and ECS Express Mode.

3|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/ai-enhanced-engineer/aiee-skills --skill aws-app-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-app-runner
Source: https://github.com/ai-enhanced-engineer/aiee-skills/tree/main/skills/aws-app-runner
Command: npx skills add https://github.com/ai-enhanced-engineer/aiee-skills --skill aws-app-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the deployment of stateless Python services using AWS App Runner and ECS Express Mode, addressing the complexities of containerized API deployment, health checks, auto-scaling, and migration.

Core Features & Use Cases

  • Deployment Patterns: Offers guidelines for deploying containerized APIs with App Runner and ECS Express Mode.
  • Health Checks: Provides configurations for HTTP health checks.
  • Auto-Scaling: Details auto-scaling strategies for managing service instances.
  • Migration: Assists in migrating from App Runner to ECS Express Mode.
  • Use Case: Ideal for engineers deploying Python services that require scalable, containerized environments with minimal setup.

Quick Start

Deploy a Python service to AWS App Runner using the provided instructions in the SKILL.md file.

Frequently Asked Questions about aws-app-runner

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

FAQPage Schema
How do I deploy a stateless Python service to AWS App Runner?

To deploy a stateless Python service to AWS App Runner, you need to automate containerized API deployment, configure HTTP health checks, and set up auto-scaling strategies for managing service instances. AWS credentials and appropriate IAM roles are required.

What is the difference between AWS App Runner and ECS Express Mode for Python APIs?

AWS App Runner and ECS Express Mode both deploy containerized Python APIs, but they differ in their deployment patterns. This Skill assists in migrating existing Python services from App Runner to ECS Express Mode to handle scalable, containerized environments.

How do I configure health checks and auto-scaling for Python services on AWS App Runner?

Configuring health checks and auto-scaling for Python services on AWS App Runner involves setting up HTTP health check endpoints and defining auto-scaling strategies to manage service instances based on traffic demands.

Do I need specific IAM roles to deploy Python APIs on ECS Express Mode?

Yes, deploying Python APIs on ECS Express Mode requires AWS credentials and appropriate IAM roles configured for both App Runner and ECS Express Mode to authorize the containerized deployment and auto-scaling operations.

Can I migrate an existing containerized Python API from App Runner to ECS Express Mode?

Yes, you can migrate an existing containerized Python API from App Runner to ECS Express Mode. The process assists in transitioning stateless services while maintaining scalable environments and minimal setup configurations.