Skip to content

Increases the amount of time to wait for the ECS task to start

H B requested to merge (removed):master into master

What does this MR do?

  1. Allows the enableExecuteCommand to be used.
  2. Increases the amount of time to wait for the ECS task to start

Why was this MR needed?

  1. enableExecuteCommand allows us to remote into the instance for debugging purposes
  2. Windows containers take a long time to start (10-15 min) and the default timeout is 10 min. --> https://github.com/aws/aws-sdk-go/blob/bf52ef65c9a17a84216c7fa2f01235e5d109063e/service/ecs/waiters.go#L140

What's the best way to test this MR?

  1. Try running a windows based ECS task.

What are the relevant issue numbers?

  1. #49 (closed)
  2. #53 (closed)

Merge request reports