Hello team, I'm trying to spin up an AWS ECS clust...
# general
m
Hello team, I'm trying to spin up an AWS ECS cluster on EC2 infra using Pulumi example https://github.com/pulumi/examples/tree/master/aws-py-ecs-instances-autoapi But for some reason it fails when creating the
ecs_instance_profile
resource due to
ResourceNotReady: exceeded wait attempts
Then i run update again and its being created normally I tried using
custom_timeouts=pulumi.CustomTimeouts(create='5m')
but it doesn't seem to effect anything, any suggestions on what i'm missing here?