11

There are times when I run cdk deploy and it will get to creating a ECS service and just hang because I did "something" wrong with my config --

55/57 Currently in progress: MyServiceFA17513E

Is there any way to get insight into what the problem is? It seems to take quite long to timeout (hour+?)

Dylan
  • 1,372
  • 11
  • 13

1 Answers1

15

You can run your command with the verbose parameter to get more details cdk deploy -vv

Melissa Guo
  • 948
  • 9
  • 32