I just upgraded a database to use aurora and am trying to set up a cloudwatch alarm if the total aurora cluster free space drops below a certain level.
According to the Aurora docs here: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Monitoring.html there should be a metric called AuroraVolumeBytesLeftTotal
but I can't find it anywhere in cloudwatch.
I am using MYSQL version 5.6 so I think it is the first version of Aurora the database is using. Is this a metric that was added to the second version of Aurora?
Does anyone know how I can get a metric for free space?