From the course: Complete Guide to Serverless Web App Development on AWS

Unlock this course with a free trial

Join today to access over 24,600 courses taught by industry experts.

AWS AppRunner

AWS AppRunner

- [Instructor] AWS App Runner is a fully managed service that makes it easier to deploy and scale containerized web applications and APIs. With App Runner, you can deploy applications packaged as Docker images or directly from source code without containerizing it. It handles infrastructure load balancing and scaling automatically, allowing you to focus on your application instead of managing servers. Let's explore how App Runner works, how to deploy your code, how it scale, and how its priced. App Runner is designed to simplify the deployment of modern web applications and APIs. AWS manages everything, from provisioning resources, setting up load balancer, handling security, and scaling your application based on demand. Unlike ECS or EKS where you manage task definitions or Kubernetes manifest, App Runner abstracts these complexities. You can deploy applications by connecting GitHub repository, this is code-based, or using a pre-built Docker image stored in Amazon Elastic Container…

Contents