aws-samples / eb-php-drupal

Configuration files and instructions for installing Drupal securely and running it in a load balanced AWS Elastic Beanstalk environment with an EFS file system for shared assets.
Apache License 2.0
46 stars 24 forks source link

Unresolved resource dependencies #5

Open ayasystems opened 6 years ago

ayasystems commented 6 years ago

Hi

I'm getting the follow error when do the deploy

Service:AmazonCloudFormation, Message:Template format error: Unresolved resource dependencies [AWSEBLoadBalancerSecurityGroup] in the Resources block of the template

Seems like AWSEBLoadBalancerSecurityGroup is not defined in .ebextensions/efs-create.config

Could you help me?

Regards

mwunderl commented 6 years ago

Hi ayasystems,

Elastic Beanstalk creates AWSEBLoadBalancerSecurityGroup when you have a load balancer in your environment. You can add a load balancer when you create your environment or from the configuration page under Capacity.

The developer guide has a list of all the CloudFormation resources that Beanstalk creates for your environment here.