1 回答
- 最新
- 投票最多
- 评论最多
0
Hello,
The error Fn::GetAtt references undefined resource AWSEBLoadBalancerSecurityGroup means that your CloudFormation template is trying to reference a property of a resource named AWSEBLoadBalancerSecurityGroup that does not exist in the stack. Check the Cloudformation template created by the service to check if there is a logical resource called AWSEBLoadBalancerSecurityGroup defined.
