Dante Calderon

Results 12 comments of Dante Calderon

You need to include/creaate the folder `.ebextensions` in your zip file and create a config file. For instance: file: `.ebextensions/options.config` ``` option_settings: aws:elasticbeanstalk:application:environment: FILE_SYSTEM_ID: xxxxxx MOUNT_DIRECTORY: '/efs' ```

I would like to work on this.