AWS::EC2 how to enable custom metrics

Due to shared responsibility and compliance AWS cannot look beyond the hypervisor, so AWS cannot monitor things like memory usage or disk usage. To enable these metrics, you must tweak the OS a bit. The best reference i found is here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/mon-scripts.html Here’s the…