1 Answer
- Newest
- Most votes
- Most comments
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.
