Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set option_settings? #85

Open
ablegao opened this issue May 31, 2022 · 2 comments
Open

How to set option_settings? #85

ablegao opened this issue May 31, 2022 · 2 comments

Comments

@ablegao
Copy link

ablegao commented May 31, 2022

This config in .elasticbeanstalk/config.yml

option_settings:
aws:elasticbeanstalk:application:environment:
FILE_SYSTEM_ID: xxxxxx
MOUNT_DIRECTORY: '/efs'

how to set this?

@quiquelhappy
Copy link

I also need this

@dantehemerson
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants