无法输出我的beanstalk的url

时间:2017-10-15 02:21:25

标签: amazon-web-services elastic-beanstalk amazon-cloudformation amazon-elastic-beanstalk aws-opsworks

我在我的cloudformation中输出beanstalk url时遇到问题:

这是我的输出代码:

Outputs:
ELB:
  Description: 'The environment name'
  Value: !GetAtt BeansEnvironmentUI.EndpointURL

但是我在loadbalancer的url输出中看到了什么:

awseb-e-k-AWSEBLoa-NP5ZWGTVP2FV-1714896666.us-east-1.elb.amazonaws.com

这不是我想要的。当我查看beanstalk控制台本身时,我看到以下内容:

myenv.prejvvvgq2.us-east-1.elasticbeanstalk.com

这就是我要找的东西。所以这是以上网址的格式:

[nameOftheEnvironment].[IdoNotKnowWhatItIsButItIsTheSameInAllEnvironments].[region].elasticbeanstalk.com

所以在上面的格式中有一件事我不知道它是什么:本节

IdoNotKnowWhatItIsButItIsTheSameInAllEnvironments

所以我要说的是它是包含环境的beanstalk应用程序的物理ID。我对吗?如果是,我如何在我的cloudformation代码中获取它?

0 个答案:

没有答案