I'm having some issues with setting up my pulumi s...
# aws
r
I'm having some issues with setting up my pulumi stack on AWS. and the AI isn't helping mixing awsx and aws sdk's producing broken code. I'm trying to set the following up: • An AWS ECS cluster with EC2 as capacity provider (this I managed to do) • Run a Docker image on said ECS cluster (this is where I'm having issues getting it to work) • Have a Route53 domain -> cloudfront -> ECS Service (no idea where to even start with this in pulumi)