https://pulumi.com logo
w

wooden-egg-90698

06/20/2023, 1:28 PM
Hi folks, I want to add ecs service connect into a pulumi stack, do you know how could I implement this?
b

billowy-army-68599

06/20/2023, 3:22 PM
@wooden-egg-90698 it’s a little involved, you need to set the service connect configuration property: https://www.pulumi.com/registry/packages/aws/api-docs/ecs/service/#serviceserviceconnectconfiguration and also create a namespace: https://www.pulumi.com/registry/packages/aws/api-docs/servicediscovery/httpnamespace/
w

wooden-egg-90698

06/20/2023, 3:44 PM
oh ok, I will try to do this
can this be perform from the awsx package?
b

billowy-army-68599

06/20/2023, 4:35 PM
No it can’t
w

wooden-egg-90698

06/20/2023, 4:36 PM
ok