Listen On Multiple Ports in EBS Multi Container Docker - gecko-8/devwiki GitHub Wiki

  1. In the AWS Console, open your Elastic Beanstalk (EBS) environment.
  2. Click Configuration on the left side menu.
  3. Next to Load Balancer, click Edit.
  4. In the Processes section, click + Add Process.
  5. Provide a name for the service.
  6. Enter the port number of the service.
  7. Set the appropriate protocol.
  8. Click Add at the bottom.
  9. In the Listeners section, click + Add Listener.
  10. Enter the port number to listen on (likely the same as the port number you set in the new process.
  11. Select the appropriate protocol.
  12. Select the process you created above.
  13. Click the Add button.