Skip to content

Commit

Permalink
added accepted values to the auto scaling Period (#131)
Browse files Browse the repository at this point in the history
had a stack failing to deploy with that information when I used Period: 90
  • Loading branch information
lmineiro authored and hjacobs committed Dec 5, 2017
1 parent c8b3542 commit e95b6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/senza.rst
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ This component supports the following configuration properties:
``Statistic``
Which statistic to track in order to decide when scaling thresholds are met. Defaults to "Average", can also be "SampleCount", "Sum", "Minimum", "Maximum".
``Period``
Period over which statistic is calculated (in seconds), defaults to 300 (five minutes).
Period over which statistic is calculated (in seconds), defaults to 300 (five minutes). It can be 10, 30 or multiples of 60 seconds.
``EvaluationPeriods``
The number of periods over which data is compared to the specified threshold. Defaults to 2.

Expand Down

0 comments on commit e95b6fb

Please sign in to comment.