cuddly-smartphone-15267
12/06/2020, 12:13 PMerror creating capacity provider: ClientException: ECS Service Linked Role does not exist. Please create a Service linked role for ECS and try again.My code is pretty much based on this example: https://github.com/pulumi/examples/blob/aws-ecs-conatiner-instances-automation/aws-py-ecs-instances-autoapi/py-ecs-instance/__main__.py i don't see where I would be setting up a service linked role in this code workflow. would it be something similar to lines 36-57 above?
billowy-army-68599
cuddly-smartphone-15267
12/07/2020, 3:00 AMvar ecsServiceLinkedRole = new ServiceLinkedRole("ecsServiceLinkedRole", new ServiceLinkedRoleArgs
{
AwsServiceName = "<http://ecs.amazonaws.com|ecs.amazonaws.com>",
});
but i'll take your advice on board and look to set up a separate project.. i'm thinking that for things like the VPC and subnet, they should prob be in a separate project toobillowy-army-68599