Deploying Elastic Beanstalk applications in .NET using Amazon deployment tools
Amazon offers two command line tools to deploy .NET Core and ASP.NET Core applications to Elastic Beanstalk:
-
Amazon .NET deployment tool – A modern command line tool that simplifies deploying .NET applications to Amazon services, including Elastic Beanstalk. This tool provides an interactive experience and can automatically detect the best Amazon service for your application. For more information, see Amazon .NET deployment tool
. -
Amazon Extensions for .NET CLI – A set of .NET CLI extensions that provide commands for deploying .NET Core applications to Elastic Beanstalk and other Amazon services. These extensions integrate with the standard .NET CLI workflow. For more information, see Amazon Extensions for .NET CLI
.