Deploy multiple applications to a single EC2 instance using AWS Elastic Beanstalk

前端 未结 5 422
渐次进展
渐次进展 2021-01-02 07:20

I am have deployed a .Net website to AWS Elastic Beanstalk. I want to now deploy another .Net web project (a web service) to the same EC2 instance that was created by AWS E

5条回答
  •  执念已碎
    2021-01-02 07:32

    Update: This is now possible https://aws.amazon.com/about-aws/whats-new/2016/08/aws-elastic-beanstalk-supports-asp-net-core-and-multi-app-net-support/

    No. .Net deployment has some limitations on EB compared to the other frameworks. You cannot deploy multiple applications on the same instance.

提交回复
热议问题