Skip to content

Listen On Multiple Ports in EBS Multi Container Docker

Jason Lewis edited this page Nov 25, 2020 · 1 revision
  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.
Clone this wiki locally