aws / aws-app-mesh-examples

AWS App Mesh is a service mesh that you can use with your microservices to manage service to service communication.
MIT No Attribution
862 stars 396 forks source link

WIP: Add reverse proxy example #519

Open awsjdgls opened 1 year ago

awsjdgls commented 1 year ago

This is a version of howto-alb that assumes one of the backends runs HTTPS.

HTTPS is not a supported listener protocol (see Listener configuration in the Virtual nodes section of the user guide), but we can work around this by using a reverse proxy to hide it behind an HTTP endpoint exposed via an additional container within the same task.

TODO:

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.