Collect Metrics and Logs from Amazon EC2 instances with the CloudWatch Agent

preview_player
Показать описание
In this video we show you how you configure and deploy the CloudWatch Agent, collect metrics and logs from your Windows instances and provide actionable data.
Рекомендации по теме
Комментарии
Автор

One key thing to note while answering to questionnaire from cloudwatch agent wizard is the question related to "collectD". If we blindly accept the default value of "Yes" and if that "collectD" binary is not installed on that EC2 instance then the agent will not start in the end during the run command execution on Systems Manager. I got this error -> "Error running agent: Error parsing /opt/aws/amazon-cloudwatch-agent/etc/amazon-cloudwatch-agent.toml, open /usr/share/collectd/types.db: no such file or directory". I had faced this issue and was finally able to debug its root cause. Either we have to say "no" to that question or install the binary on EC2 instance or we can create this dummy folder and file by executing mkdir -p /usr/share/collectd/
touch /usr/share/collectd/types.db on instance to resolve the issue

Vinod_Kumar
Автор

Thank you for this. Very nice, has much explained!!

AlkoWazuskii
Автор

Best Regards From Mexico City. Manuel Silva

easyappscompany
Автор

Is there a way to send/pass the actual log message via an email alert?

chrisbuzon
Автор

hi and thanks for your video
is there an alternative on linux VMs to "Do you want to monitor any Windows event log?"
thanks

crisan
Автор

followed the demo, but when trying to deploy samr config to other servers no metrix are shown.

nealewhite
Автор

Thanks Sir, but bit confusion, I am IAM user having admin permission, So i can or only root user to perform this ? how to do in Linux CentOs1. it is the same steps to follow for disk and mem metric?

SandeepSingh-hnit
Автор

Is there a way to get memory of db instance class
For example db.r5.large = 16GB
This data is present in hardware specifications.
But is there a way to get it using Boto?

M_RPH
Автор

Hi, users can have consolidated monitoring for multiple accounts. This account today is only accessible via Administrator Access role and need a solution to allow non-admin users to this account and also need permissions to create Cross-Account-Cross-Region Dashboards.

How this can be done?

JyotiSingh-qhjm
Автор

How can we get the cpu utilization metric into log group it will only be shown in metric tab not in log group.

jayaraut
Автор

In system manager, there is no option for "Managed Instances"

mrshark
Автор

Does anyone knows if I should pay if I. want to monitor the disk usage using this method?

Amalokch
Автор

How to log form data.? Over Cloudwatch ????

chitrangsharma
Автор

Thank you for this. I carefully followed your instructions in the video, but unable to view the IISLogs and EventLog-System. Will they automatically appear after you configuration or will you create a log group named IISLogs?

dadroe
Автор

This video seems to be generated by an AI. Does anybody know if my suspicion is true?

themanishin
Автор

I want a script to fetch cloudwatch's ec2 metrics through get-metric-data api.

ajinkyagadge