aws-samples / eb-php-wordpress

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

eb deploy issue #1

Closed tugan closed 7 years ago

tugan commented 7 years ago

Hi I'm following step by step instruction and getting the following error during

wordpress-beanstalk eb deploy
Creating application version archive "app-161115_124930". Uploading: [##################################################] 100% Done... INFO: Environment update is starting.
ERROR: Service:AmazonCloudFormation, Message:Stack named 'awseb-e-cv58tffqx3-stack' aborted operation. Current state: 'UPDATE_ROLLBACK_IN_PROGRESS' Reason: null ERROR: Creating security group named: awseb-e-cv58tffqx3-stack-loadbalancersg-NITQZNUW9FN7 failed Reason: Resource creation cancelled ERROR: Failed to deploy application.

do you have any suggestion?

mwunderl commented 7 years ago

Hi tugan,

Check the events for your environment's CloudFormation stack (awseb-e-cv58tffqx3-stack) in the console: CloudFormation Stacks

There should be a more detailed error message in one of the events that tells you why the security group creation failed.

Thanks, -Michael

ITmaze commented 7 years ago

I have the same error and the CloudFormation Stack error indicates that the creation of EFS failed because EFS is not available in this region.

mwunderl commented 7 years ago

EFS is currently available in 4 regions: us-east-1, us-east-2, us-west-2, eu-west-1