我最近在ebextensions配置中发现了函数的能力,但似乎无法弄清楚语法。也许我想做的事情是不可能的?
option_settings:
aws:elasticbeanstalk:application:environment:
SERVER_URL: { "Fn::GetAtt" : ["AWSEBEnvironmentName", "EndpointURL"] }
我的目标是将当前的endpointURL传递给应用程序。我也尝试过只获取CNAME并进行FN :: Join