So I\'ve been looking around for an example of how I can specify environment variables for my Docker container from the AWS EB web interface. Typically in EB you can add env
Below the steps to resolve this scenario:
option_settings:
-option_name: VARIABLE_NAME
value: VARIABLE_VALUE
To see the result, inside EC2 instance, execute the command "docker inspect CONTAINER_ID" and will see the environment variable.