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

Can this be used with D7? #3

Open gateway opened 6 years ago

gateway commented 6 years ago

Have a old client that needs to stick with D7, we are looking thought he script to see what changes may be needed but maybe some quick advice would be great.

Also is their a way to deploy this into a VPC?

please mark as discussion.

mwunderl commented 6 years ago

Most of it will work but the settings file (beanstalk-settings.php) is specific to the current version. If you modify the default settings file for v7 to pull settings from environment variables in the same way it will probably work.

gateway commented 6 years ago

One last question, I see a lot of samples/info from AWS on how to bring up a new drupal instance, but nothing really on here is how you migrate your existing on. We want to move our system into EB with VPC and Bastions into EB. Our idea is to choose the right AMI with php 7.1, that fires up does a git pull to /var/www/html , sets the right db fields, mounts a efs file system for /var/www/html/sites/default/files <--- user generated content..

any pointers..