Trying to use EcsUserCodeLauncher, what `service_d...
# ask-ai
l
Trying to use EcsUserCodeLauncher, what
service_discovery_namespace_id
should be?
s
The
service_discovery_namespace_id
is a configuration option you would use when setting up the
EcsUserCodeLauncher
. This ID refers to the AWS Cloud Map service discovery namespace that you want to use for discovering the user code service within your ECS deployment. However, the documentation does not provide a specific example or detailed explanation of how to configure the
service_discovery_namespace_id
for the
EcsUserCodeLauncher
. To determine the appropriate value for this configuration, you would typically look up the namespace ID in your AWS Cloud Map console or use the AWS CLI or SDK to retrieve it. If you are setting up service discovery for your ECS services, you would have created a namespace in AWS Cloud Map. Each namespace has a unique ID, which you can find in the AWS Management Console under the Cloud Map service section. This is the ID you would use for the
service_discovery_namespace_id
configuration. If you need further guidance on how to find or use the
service_discovery_namespace_id
, you may want to refer to the AWS documentation on Cloud Map and service discovery, or reach out to AWS support for assistance.
j
@Linton Ye did you get this working?