Easiest Way to Deploy .NET Core 3.0 Application with AWS Beanstalk

preview_player
Показать описание
Today we're going over one of the easiest ways to deploy a .NET Core application using AWS Beanstalk.

Learn more about AWS Beanstalk:

AWS Toolkit for Visual Studio: (Beanstalk Deploy GUI)

AWS Free-Tier Information:

Contact Information:
Рекомендации по теме
Комментарии
Автор

Thank you so much. You have saved me from a real pain of deploying to Beanstalk. It is the easiest way I have ever learnt. Thank you so much again.

sultanatasneem
Автор

I’ve worked with ASP.NET MVC for about 4 years and I’m just now making the jump to .NET CORE can you make a video of the things I should focus on to have a smooth transition?

steelestonick
Автор

quick question when you have your logic separated in multiple projects you need to deploy each one in separate instances? example Application, Pesistance, Domain, Security, WebApi Etc ??

thedevdudeyt
Автор

If I do the same but with a project name different than the solution name, AWS EB is unable to looking for the right dll to start, and gives me an error. Could you give it a try with the name mismatch please?

krusty_ita
Автор

Hi. I am getting this error: environment must have instance profile associated with it. .net. What could be the cause of that? thanks.

dcserranoa