Closed BDeus closed 3 years ago
Closed by #13366
Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.
When creating a
StepScalingPolicy
for an ASG, we cannot configured the evaluationPeriods of the CloudwatchAlarm created in underlying. The default value is enforced to1
Proposed Solution
Add a property in
BasicStepScalingPolicyProps
:Links
https://github.com/aws/aws-cdk/blob/404b5569bb76e3f579dd3005dcf06eeeae9df7f6/packages/%40aws-cdk/aws-autoscaling/lib/step-scaling-policy.ts#L109
https://github.com/aws/aws-cdk/blob/404b5569bb76e3f579dd3005dcf06eeeae9df7f6/packages/%40aws-cdk/aws-autoscaling/lib/step-scaling-policy.ts#L144
This is a :rocket: Feature Request