How can I turn an existing Fargate cluster into so...
# general
b
How can I turn an existing Fargate cluster into something that can work with
@pulumi/awsx
? I can't find a "getCluster" method or anything.
getDefault
helpfully wants to create one for me, but we've already got existing infrastructure.
h
Does
aws.ecs.getCluster
help?
b
It gives you an
aws.ecs.Cluster
, not an
awsx.ecs.Cluster
I don't think you can pass the former in as replacement for the latter