in aws-ecs-server/src/main/kotlin/jetbrains/buildServer/clouds/ecs/EcsCloudClient.kt [57:64]
override fun startNewInstance(image: CloudImage, tag: CloudInstanceUserData): CloudInstance {
try{
return (image as EcsCloudImage).startNewInstance(tag)
} catch (ex: Exception){
LOG.debug("Failed to start cloud instance", ex)
throw ex
}
}