From cf70a8eb85c5e3bd475549fce0a53540e4c2e380 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Thu, 23 Nov 2023 11:08:35 +0000 Subject: [PATCH] Second comment to explain target percentage of consumed throughput --- mobile-save-for-later/conf/cfn.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile-save-for-later/conf/cfn.yaml b/mobile-save-for-later/conf/cfn.yaml index 9764bcce..86d3f9bd 100644 --- a/mobile-save-for-later/conf/cfn.yaml +++ b/mobile-save-for-later/conf/cfn.yaml @@ -60,7 +60,7 @@ Resources: PolicyType: TargetTrackingScaling ScalingTargetId: !Ref SaveForLaterWritesScalableTarget TargetTrackingScalingPolicyConfiguration: - TargetValue: 70.0 + TargetValue: 70.0 # Target percentage of consumed throughput ScaleInCooldown: 60 # seconds ScaleOutCooldown: 10 # seconds PredefinedMetricSpecification: @@ -83,7 +83,7 @@ Resources: PolicyType: TargetTrackingScaling ScalingTargetId: !Ref SaveForLaterReadsScalableTarget TargetTrackingScalingPolicyConfiguration: - TargetValue: 70.0 + TargetValue: 70.0 # Target percentage of consumed throughput ScaleInCooldown: 60 # seconds ScaleOutCooldown: 10 # seconds PredefinedMetricSpecification: