AWS App Runner · Capability

AWS App Runner Application Deployment Workflow

Workflow for developers and platform engineers to deploy, manage, and monitor containerized web applications and APIs using AWS App Runner. Covers service lifecycle, deployments, auto-scaling, and VPC connectivity.

Run with Naftiko AWS App RunnerAWSContainersDeploymentServerlessCI/CD

What You Can Do

GET
List services — List all App Runner services
/v1/services
POST
Create service — Deploy a new containerized application
/v1/services
POST
Start deployment — Trigger a new deployment
/v1/services/{serviceArn}/deployments
GET
List auto scaling configurations — List auto-scaling configurations
/v1/auto-scaling-configurations
GET
List vpc connectors — List VPC connectors
/v1/vpc-connectors

MCP Tools

list-services

List all App Runner services and their status

read-only
create-service

Deploy a new containerized web application or API

describe-service

Get detailed status and configuration of an App Runner service

read-only
update-service

Update application configuration, image, or code source

delete-service

Delete an App Runner service and all its resources

idempotent
start-deployment

Trigger a new deployment of the current image or code

pause-service

Pause a service to save costs during idle periods

resume-service

Resume a paused service to resume traffic handling

list-connections

List GitHub or Bitbucket source code connections

read-only
list-auto-scaling-configurations

List auto-scaling configurations for capacity management

read-only
list-vpc-connectors

List VPC connectors for private backend connectivity

read-only

APIs Used

app-runner