

Discover more from codewithmukesh
Super Fast Deployments - ASP.NET Core Web API to AWS App Runner 🚀
I wrote a new article about AWS App Runner and how to deploy an ASP.NET Core Web API (.NET 6) via the source set as Docker Image (from a private AWS ECR), as well as the source being a GitHub Repository.
Found the service pretty easy to configure and use. Autoscaling is also pretty nice. Will probably use this service for smaller workloads due to its ease of setup and flexible pricing.
Seems to me like a mix of ECS Fargate and Lambda :P Do try this out!
Do read my article and share it with your network :)
https://codewithmukesh.com/blog/deploying-aspnet-core-webapi-to-aws-app-runner/
Topics Covered❓
✅What is AWS App Runner?
✅Why AWS App Runner?
✅Pricing
✅What we’ll Build? Prerequisites?
✅Building a Simple ASP.NET Core WebAPI – Minimal API
✅Dockerizing the ASP.NET Core Web API
✅Pushing Docker Image to a Private Amazon ECR
✅Deploying ASP.NET Core WebAPI to AWS App Runner using Docker Image
✅Deploying ASP.NET Core WebAPI to AWS App Runner using GitHub Source
✅AutoScaling
✅Other Features
✅When to Use?
✅Deleting Resources