I need to add AutoScaling for my AWS Aurora DB Cluster, and I found this nice article about how to do it with the web console. But I couldn't find how to define it using CloudFormation template of the AWS::RDS::DBCluster resource.
Can someone direct me on how to define Auto Scaling Policies to my DB cluster using CloudFormation?