AWS+OpsWorks: How to enable detailed monitoring for EC2 instance with OpsWorks

224 Views Asked by At

Is there a way to enable detailed monitoring for AWS EC2 instance using OpsWorks? I know this can be done with cloud formation but I'm using OpsWorks.

For the person who down voted. I did google and searched stackoverflow for a solution. I spent over two weeks searching and testing this before posting this question on stackoverlow. This is my first time using stackoverflow for asking a question and did not realize I had to add such information.

2

There are 2 best solutions below

0
On

Opsworks by default doesn't enable detailed monitoring. You can achieve the same using chef recipes as part of setup

https://github.com/chef-cookbooks/aws#instance_monitoringrb

1
On

OpsWork Detailed Monitoring is Enabled By Default.

Refer: http://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ops-metricscollected.html

Hope It Helps.. :)