Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
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
Post