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

前端 未结 5 423
渐次进展
渐次进展 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:27

    You can also do a multiple-app deployment using the Visual Studio AWS Toolkit:

    docs.aws.com/toolkit-for-visual-studio

提交回复
热议问题