Working with Custom Metrics

In most use cases the predefined metrics are used to define and create a predictive scaling policy. However, you can use Custom metrics when the predefined metrics (CPU, network I/O, and Application Load Balancer request count) do not sufficiently describe your application load.

As mentioned in previous chapter you don’t have 24 hours data for predictive scaling to start forecasting. Therefore, as part of the CloudFormation stack you created, a bash script has been executed to update two CloudWatch custom metrics which can be used in creating the predictive scaling policy.

Verify in CloudWatch metrics using AWS Console

Verify scaling and load metrics data in CloudWatch.

  1. Navigate to Amazon CloudWatch Console.
  2. Make sure the correct region is selected in the AWS Console.
  3. From left side navigation, click on Metrics then All metrics.
  4. In the Browse tab select EC2 Workshop Custom Metrics under Custom namespaces
  5. Select AutoScalingGroupName, then select the two metrics attached with ec2-workshop-asg. This should add the metrics to the graph.
  6. To view all metrics data, from the time window filter select 3d to view data of the last 3 days
  7. Note the workload pattern in the custom metrics graph, this makes it a good use case for predictive scaling.

If you’re running the workshop in your own account, there might be up to 30 minutes delay for CloudWatch to make the metric data available.

predictive-scaling