作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
因此,我正在开发一个使用 SQS 的 Elastic Beanstalk 应用程序。我正在使用 .ebextensions
在部署过程中为我创建队列。
我可以很好地创建队列。但是如何让 Elastic Beanstalk/CloudFormation 告诉我的应用程序有关它们的信息?
仅供引用,我目前是 trying to pass the URLs through environment variables但 CloudFormation 对此感到窒息。
最佳答案
简单的解决方案是使用 something like this :
option_settings:
aws:elasticbeanstalk:customoption:
NewSignupEmail: <a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="92fff7d2f7eaf3ffe2fef7bcf1fdff" rel="noreferrer noopener nofollow">[email protected]</a>
aws:elasticbeanstalk:application:environment:
THEME: "flatly"
AWS_REGION: '`{"Ref" : "AWS::Region"}`'
STARTUP_SIGNUP_TABLE: '`{"Ref" : "StartupSignupsTable"}`'
NEW_SIGNUP_TOPIC: '`{"Ref" : "NewSignupTopic"}`'
关于amazon-web-services - 请参阅 Elastic Beanstalk 从我的应用程序创建的资源?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39168266/
我是一名优秀的程序员,十分优秀!