Deploy .NET8 app to EC2 without ‘self-contained’ flag
I’m using the AWS Wizard (and AWS Deploy tool) on Visual Studio, and can publish my .NET 8 web site to a Linux based EC2 instance.
Where does the AWS Plugin for Visual Studio put the deployed code
I’m using the AWS Wizard on Visual Studio, and can publish my .NET 8 web site to an EC2 instance. The final message is “MYAPP was published as ASP.NET Core App to AWS Elastic Beanstalk on Linux”. So I assume everything worked.