Skip to content

Commit

Permalink
stop using depcrecated property
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Mar 20, 2018
1 parent 73456f5 commit 5ee5a6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ecs/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1021,15 +1021,15 @@ Resources:
Type: 'AWS::AutoScaling::ScalingPolicy'
Properties:
AdjustmentType: PercentChangeInCapacity
MinAdjustmentStep: 1
MinAdjustmentMagnitude: 1
AutoScalingGroupName: !Ref AutoScalingGroup
Cooldown: 600
ScalingAdjustment: 25
ScaleDownPolicy:
Type: 'AWS::AutoScaling::ScalingPolicy'
Properties:
AdjustmentType: PercentChangeInCapacity
MinAdjustmentStep: 1
MinAdjustmentMagnitude: 1
AutoScalingGroupName: !Ref AutoScalingGroup
Cooldown: 600
ScalingAdjustment: -25
Expand Down
4 changes: 2 additions & 2 deletions wordpress/wordpress-ha-aurora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ Resources:
Type: 'AWS::AutoScaling::ScalingPolicy'
Properties:
AdjustmentType: PercentChangeInCapacity
MinAdjustmentStep: 1
MinAdjustmentMagnitude: 1
AutoScalingGroupName: !Ref AutoScalingGroup
Cooldown: 900
ScalingAdjustment: 25
Expand All @@ -860,7 +860,7 @@ Resources:
Type: 'AWS::AutoScaling::ScalingPolicy'
Properties:
AdjustmentType: PercentChangeInCapacity
MinAdjustmentStep: 1
MinAdjustmentMagnitude: 1
AutoScalingGroupName: !Ref AutoScalingGroup
Cooldown: 300
ScalingAdjustment: -25
Expand Down
4 changes: 2 additions & 2 deletions wordpress/wordpress-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ Resources:
Type: 'AWS::AutoScaling::ScalingPolicy'
Properties:
AdjustmentType: PercentChangeInCapacity
MinAdjustmentStep: 1
MinAdjustmentMagnitude: 1
AutoScalingGroupName: !Ref AutoScalingGroup
Cooldown: 900
ScalingAdjustment: 25
Expand All @@ -845,7 +845,7 @@ Resources:
Type: 'AWS::AutoScaling::ScalingPolicy'
Properties:
AdjustmentType: PercentChangeInCapacity
MinAdjustmentStep: 1
MinAdjustmentMagnitude: 1
AutoScalingGroupName: !Ref AutoScalingGroup
Cooldown: 300
ScalingAdjustment: -25
Expand Down

0 comments on commit 5ee5a6a

Please sign in to comment.