awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
960 stars 188 forks source link

Support multiple ports per service/container #374

Open cfregly opened 1 year ago

cfregly commented 1 year ago

A lot of data-focused services use multiple ports from a single Docker container including 1/ public communication, 2/ internal communication between containers, and 3/ metrics scraping, etc.

It would be nice if I could specify a list of ports that the Docker image will EXPOSE. Some will be public, some will be internal (between service containers), some will be internally-retrieved from another service (ie. metrics aggregator).