I am new to Elastic Beanstalk, trying to serve a Node.js Express app and utilize serving our static files separately with Nginx. None of the tutorials I\'ve come across are
This is a known bug, They only support python when it comes to the web console. if your application is in nodejs you would need to set these properties from the cli.
you can setup the values from cli this way
aws elasticbeanstalk update-environment --environment-id your_enviornment_id --option-settings 'Namespace=aws:elasticbeanstalk:container:nodejs:staticfiles,OptionName=/assets,Value=/static/assets'
or editing the config file from eb config.