Run Asp.NET 9 on AWS Elastic Beanstalk and Linux Graviton instances
I’m in the middle of launching my latest project Sheldon, a live chat service which features embedded live chatting on any website with Ai assistant integration. This project I’ve tried to use the most modern version of .NET available, .NET 9. I’ve also chosen to host my app on AWS using Linux instances and ARM based t4g on top of Elastic Beanstalk. Elastic Beanstalk is not a perfect system, in fact it’s pretty temperamental to use, however, I am most familiar with it so that’s the route I’m going. In the end deploying this setup is actually pretty easy, there are only few gotcha things to adjust. ...