Elastic Beanstalk 上的 Asp.net core 3.0

AJ2*_*222 5 amazon-elastic-beanstalk asp.net-core

AWS Elastic Beanstalk 似乎支持高达 2.2.6 版的 asp.net 核心(https://docs.aws.amazon.com/elasticbeanstalk/latest/relnotes/release-2019-08-08-windows.html

我们要使用asp.net core 3.0 有什么办法吗?谢谢

use*_*816 3

编辑 2019 年 10 月 30 日

Elastic Beanstalk 现在支持 .NET Core 3.0,因此无需任何解决方法

https://aws.amazon.com/about-aws/whats-new/2019/10/aws-elastic-beanstalk-adds-support-for-php-7-3-and-net-core-3-0/


您可以将dockerizeASP.Net Core 3.0 应用程序压缩并上传到 Elastic Beanstalk。

Dockerize ASP.Net Core - https://docs.docker.com/engine/examples/dotnetcore/

将 docker 与 Elastic Beanstalk 结合使用 - https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_docker.html