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
Custom environment variables are supported with the AWS Elastic Beanstalk Docker container. Looks like a miss in the documentation. You can define custom environment variables for your environment and expect that they will be passed along to the docker container.