Replies: 2 comments 4 replies
-
This construct only supports one port/service per container. |
Beta Was this translation helpful? Give feedback.
2 replies
-
There is associateCloudMapService which looks like a way to add new container & port. I will give it a try and see if it works. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're using Fargate + AWS API and CloudMap/ServiceDiscovery
One of our containers exposes two ports - 8080 and 8090. At the moment, we can only see how to expose one port as a service via Service Discovery (using cloud_map_options as below) - In theory we should be able to add another service configured to hit port 8090. However, it is not clear how we would create another CloudMap service for the FargateService..
Has anyone had any success with this?
Beta Was this translation helpful? Give feedback.
All reactions