cdklabs / cdk-monitoring-constructs

Easy-to-use CDK constructs for monitoring your AWS infrastructure
https://constructs.dev/packages/cdk-monitoring-constructs
Apache License 2.0
464 stars 60 forks source link

[ec2] Add alarms supporting for EC2 instances #45

Open ayush987goyal opened 2 years ago

ayush987goyal commented 2 years ago

From @voho

Good idea! I just sense a problem in situations we have a search query. We could add the alarms if you either specify the instance IDs manually or have something like an ASG. What kind of input or API would you prefer for this?

Potentially dependent on #43

vumdao commented 1 year ago

Hi, Any idea how we set alarm for EC2 instance, specifically per instance id or ASG?

tmegow commented 1 year ago

Alarms for EC2 instances is a desirable feature for our team. Where does this goal sit on the development roadmap?

Additional question: Can Cloudwatch Agent metrics be (optionally) included in the EC2MonitoringProps?

echeung-amzn commented 1 year ago

Where does this goal sit on the development roadmap?

Hi, we don't have a concrete roadmap but ad-hoc contributions are welcome!

Can Cloudwatch Agent metrics be (optionally) included in the EC2MonitoringProps?

Please open a separate issue for this, ideally with an idea of what a desired API might look like.