aws / apprunner-roadmap

This is the public roadmap for AWS App Runner.
https://aws.amazon.com/apprunner/
Other
292 stars 13 forks source link

Multiple ports #214

Open oscarthorn opened 8 months ago

oscarthorn commented 8 months ago

Community Note

Tell us about your request As of now it only seems possible to expose one port from an app runner service. But there are many instances where you might want to expose several ports. For example having rest api on one port and gRPC on different port. Or in our case running an otel collector that exposes the health check on a different port from the receiver. It would be very useful is app runner supported this.

Describe alternatives you've considered If you need multiple ports there really are no alternatives.