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.
