Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions radar/platforms-and-services/aws-app-runner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "AWS App Runner"
ring: adopt
quadrant: "platforms-and-aoe-services"
tags: [cloud, aws, compute]
---

[AWS App Runner](https://aws.amazon.com/it/apprunner/) is a fully managed service that simplifies the deployment of containerized and serverless applications. It automates the process of building, deploying, and scaling applications, allowing developers to focus on code rather than infrastructure. With App Runner, you can deploy applications from source code or container images with automatic scaling and load balancing.

It supports popular programming languages and frameworks, providing a quick and efficient way to launch and manage applications. App Runner integrates seamlessly with other AWS services, making it an easy-to-use platform for building modern, scalable, and resilient applications.

## Use cases

Prefer App Runner over ECS Fargate when:

- you need to deploy applications quickly and easily without managing infrastructure
- you don't need to customize the runtime environment or networking configuration

Prefer ECS fargate when:

- you want to use a language or runtime that App Runner doesn't support natively
- you need specific libraries, custom configurations or private networking
- you need to run batch jobs or long-running processes

## Reference of usage in our organization

We use AWS App Runner to run the opensource headless cms [strapi](https://strapi.io/) and build contents for the [corportate website](https://www.pagopa.it):

https://github.com/pagopa/new-corporate-site-infrastructure