awsdocs / elastic-beanstalk-samples

This repository contains code and configuration samples (e.g. .ebextensions) for AWS Elastic Beanstalk.
Apache License 2.0
1.22k stars 889 forks source link

Remove Unnecessary Alarm Configurations and Add Custom Scaling Policy #143

Closed hrnatha closed 3 years ago

hrnatha commented 3 years ago

Description of changes: This template contains unnecessary empty CloudWatch alarms, which cannot be deployed and was confusing customers by causing deployment failures when testing this template. Additionally, this adds a dedicated Scaling Policy to the template, rather than having the alarms rely on the default Elastic Beanstalk Scaling Policies.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

mrenneke-amazon commented 3 years ago

Good catch @hrnatha! I have update the file with your suggestions. Thanks!