首页 > TAG信息列表 > ebextensions

c#-如何使用.NET Core应用程序将ebextensions打包到Elastic Beanstalk?

我制作了一个非常简单的.NET Core应用程序,并将其部署到IIS / Windows平台下的Elastic Beanstalk中.这是我上传到AWS的捆绑包的布局. foo.zip aws-windows-deployment-manifest.json site.zip foo.dll web.config Microsoft.AspNetCore.Hosting.d

弹性beanstalk需要python 3.5

我最近使用python(3.5)的最新稳定版本创建了一个新的python程序.遗憾的是,AWS EB不提供3.5基本映像.我一直在尝试配置.ebextensions以使图像升级python发行版,因为它是第一个动作.我没有成功.我尝试过以下方法: 包 packages: yum: postgresql93-devel: [] pyth

spring – Http to Https AWS Elasticbeanstalk

我正在使用AWS Elasticbeanstalk作为我的Spring MVC Web应用程序.我想将所有请求重定向到https.我试着遵循这个How to force https on elastic beanstalk?,但这对我不起作用.此代码重定向到https但我的应用程序无效.它显示“此页面无效”.代码供您参考 <VirtualHost *:80> Rewri