Run Asp.NET 9 on AWS Elastic Beanstalk and Linux Graviton instances
I鈥檓 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鈥檝e tried to use the most modern version of .NET available, .NET 9. I鈥檝e 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鈥檚 pretty temperamental to use, however, I am most familiar with it so that鈥檚 the route I鈥檓 going. In the end deploying this setup is actually pretty easy, there are only few gotcha things to adjust. ...