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 - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to Serverless Web App Development on AWS
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
-
-
-
-
-
-
-
-
-
-
(Locked)
Serverless containers5m 25s
-
(Locked)
AWS AppRunner7m 10s
-
(Locked)
Creating the infrastructure for AWS AppRunner9m 43s
-
(Locked)
Deploying an app using AppRunner3m 8s
-
(Locked)
Testing an App Runner app3m 56s
-
(Locked)
Challenge: Enhance your Node.js app57s
-
(Locked)
Solution: Enhance your Node.js app5m 17s
-
(Locked)
-