Source: kushalvithalani.medium.com

Introducing AWS App Runner
The all-new Aws App Runner introduced in MAY 2021 is a fully managed AWS managed service. The best part is it enables you to deploy the containerized web application without taking care of underlying hardware.

With AWS APP RUNNER you only need your application or docker image and aws app runner will do the necessary things such as scaling your container and load balance your traffic with end-to-end encryption.

Go to Aws App Runner service and Create Service. Select Repository Type as container registry; Provider as Amazon ECR and paste your container image URI available from image URI.

Related Articles