从 Elastic Beanstalk 导出所有环境属性
Posted
技术标签:
【中文标题】从 Elastic Beanstalk 导出所有环境属性【英文标题】:Export all environment properties from Elastic Beanstalk 【发布时间】:2017-08-19 19:25:03 【问题描述】:我在 AWS Elastic beanstalk 中设置了环境属性。我有一个托管在 linux 上的 nodejs 应用程序。
我可以通过在 ebextensions 的配置中使用 container_commands 来读取环境属性。
但是还有其他方法可以读取这些值吗?您可以导出 json 或所有值而不将它们作为 ebextensions 中的环境变量读取吗?
【问题讨论】:
【参考方案1】:您可以在 Beanstalk EC2 实例上使用 get-command
获取环境变量:
sudo /opt/elasticbeanstalk/bin/get-config environment --output json
【讨论】:
以上是关于从 Elastic Beanstalk 导出所有环境属性的主要内容,如果未能解决你的问题,请参考以下文章
从 http 重定向到 https (Pencilblue Elastic Beanstalk)
从 Elastic Beanstalk 到 wordpress 的代理
从 Elastic Beanstalk (Spring Boot) 获取正确的日志
从 AWS Elastic Beanstalk 实例中获取有关部署的信息