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

Added warning about the lifecycle of an EFS file system created thru efs-create.config. #16

Closed dankhen closed 6 years ago

dankhen commented 6 years ago

The ebextension efs-create.config is ideal for a development environment - the EFS is deleted when you terminate your environment. In production, this is probably not the desired behavior. I added a warning that explains this distinction.