Skip to content

Commit

Permalink
Second comment to explain target percentage of consumed throughput
Browse files Browse the repository at this point in the history
  • Loading branch information
mbd0910 committed Nov 23, 2023
1 parent 8e9563b commit cf70a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile-save-for-later/conf/cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit cf70a8e

Please sign in to comment.