Elastic beanstalk cannot extend nginx config without zip archive

0

Hi,

I've noticed that if you deploy your Elastic Beanstalk application with a Dockerrun.aws.json file only e.g. aws elasticbeanstalk create-application-version --application-name "<name>" --version-label "<tag>" --source-bundle S3Bucket="<bucket>",S3Key="Dockerrun.aws.json" it doesn't pick up the nginx config if you add the .platform folder in the container.

The only way I managed to make this work was to instead zip the .platform folder, source code and Dockerrun.aws.json opposed to just have the aws.json file.

Does anyone know whether it's possible to override the nginx config with just a Docker.aws.json file

senwich
asked 2 years ago69 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions