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

Cannot set up an environment with Drupal 8.4.x or higher #2

Closed aiwata55 closed 6 years ago

aiwata55 commented 6 years ago

I tried installation of Drupal 8.x several times in the last few days. At first, I chose Tokyo region but couldn't upload the source code. I guessed it was because the script cannot set up a S3 bucket in Tokyo.

So I change my region to Oregon. This time EB accepted the source code of Drupal 8.5.0. But accessing the URL of the site doesn't show anything. It's a "the server isn't responding" error (maybe 404?).

Can you figure out if anything in this script must be updated? Please take a look at it. Thank you in advance.

mwunderl commented 6 years ago

The configuration file format changed since 8.3. I've updated the sample config. Thanks, -Michael