Is there a working setup on setting up metrics export to CloudWatch while using custom docker images for cluster creation?
I've tried to set up the CloudWatch agent manually, but launching `amzon-cloudwatch-agent-ctl` in the bootstrap script fails with
`sysv-init is not supported`
It is probably caused by the fact that it's launched in a Docker container, and it's not using `systemd`.
Sergey