Deploying dotnet core 3.1 aws in beanstalk

Posted by - January 13, 2020

This post is to help those who encounter issue when they deploy their .net core in Aws Ec2 using Visual studio. Yes you can use visual studio to deploy your app in Aws. You can also follow the zip method explained here https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/dotnet-core-tutorial.html The problem is that you may encounter issue on the framework version.