Thursday, 31 August 2017

Amazon Web Service Elastic Beanstalk now supports Windows .Net Core 2.0

Amazon Web Service has introduced that Elastic Beanstalk now supports Windows .NET Core 2.0. Applications can be deployed using the Windows .NET Core 2.0 on AWS Elastic Beanstalk with the EB CLI, AWS Toolkit for Visual Studio and AWS Management Console. You can now influence deployment to set up deployments including the capability to work multiple .Net Core 2.0 applications on the single Windows Server Environment in the AWS Elastic Beanstalk.

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...