I want to move my logging for AWS Lambda from CloudWatch to Elk, using ECS Task or Vm.All my Lambda functions are in Python.To clarify, I want to get rid of CloudWatch, with no streaming to it at all. Question: How do i make my AWS lambda to push logs to AWS ECS Task or Vm instead of CloudWatch logs?