Search⌘ K

AWS App Runner

Explore AWS App Runner, a managed service that simplifies deploying web applications by handling infrastructure, autoscaling, and CI/CD integration. Understand how to configure scaling, enhance security using AWS WAF and private endpoints, and optimize costs with its pay-as-you-go model. This lesson equips you to deploy applications efficiently using App Runner.

AWS App Runner is a fully managed service provided by Amazon that allows developers to deploy web applications without having to worry about the infrastructure or other resources required to successfully deploy an application, such as EC2 instances and Elastic Containers. This service scales resources up or down for us based on the traffic needs.

A service is created in App Runner, which includes the source code, configurations, and other permissions required to deploy a web application in the cloud. App Runner connects with our source code or image repository to deploy our applications. Currently, it supports GitHub and BitBucket to deploy applications using our ...