Questions tagged [amazon-cloudwatch]
Amazon CloudWatch is a web service that provides real-time monitoring to Amazon's EC2 customers on their resource utilisation such as CPU, disk and network. Use this tag to describe questions that discuss Amazon CloudWatch.
23 questions
0 votes
0 answers
65 views
How to optimize Cloudwatch alerts firing out-of-hours?
We have a range of AWS/NatGateway alerts set up to monitor the health of our networking. When the cloudwatch alerts fire, this goes to an SNS/Lambda, which then fires a message to Slack. One of the ...
1 vote
1 answer
511 views
Beginner Uptime Calculations Based on ELB?
Is there a clear way to calculate starting uptime metrics from AWS ELB? I need to start running uptime calculations. I'd like to start by just using AWS services for monitoring the uptime and then ...
2 votes
1 answer
1k views
How I can retrieve aws lambda cloudwatch logs in txt format so I can search on them?
A lambda that I have deployed has gone wrong. Therefore, I want to look on logs and find out whats wrong about it. Hence I look upon cloudwatch logs for any error message. But the cloudwatch ...
1 vote
1 answer
191 views
Unable to send cloudwatch logs to loggly using a blueprint lambda - Invalid ciphertext
I am trying to use the loggly Lambda blueprint to send cloudwatch logs to loggly. I am doing this because I have a bunch of lambdas that I need to have a single point of viewing logs. I've followed ...
3 votes
1 answer
371 views
Mitigate false positives due to daylight saving time in CloudWatch anomaly dectector
For monitoring, I set up CloudWatch alerts based on CloudWatch anomaly detection. Overall, they work quite nicely, but they got confused when the clock gets shifted (summer timer to winter time). We ...
1 vote
1 answer
40 views
AWS RDS- Determine what Database Tables aren't interacted with?
Is it possible to have AWS-RDS (or another aws service) generate a report on databases that haven't been interacted with (write/read) after a certain period of time? My background is in QA and I'm ...
1 vote
1 answer
56 views
AWS Cloudwatch for unused accounts
Is there any possibility for getting a report on unused user accounts using cloudwatch ? Requirement : Need to get a report on the accounts which is unused for more than 30 days.
0 votes
1 answer
290 views
Custom metric for a Windows process on a Windows ec2 instance
I have a process (exe) on a Windows ec2 that is using up lots of memory. I would like to create a custom metric that will collect data and send to CloudWatch. I would like to also create an alarm when ...
4 votes
2 answers
3k views
CloudWatch trigger for a range of GuardDuty severities
I want to edit my CloudWatch rule so that it only triggers an SNS topic for "GuardDuty findings" that fall in the High severy range, defined by AWS as the value of the severity parameter in the ...
11 votes
4 answers
17k views
How to track unused resources in AWS?
I have been using AWS for a while now. I always have the difficulty tracking AWS resources and how they are interconnected. Obviously, I am using Terraform but still, there is always ad-hoc operations ...
0 votes
3 answers
2k views
How to create custom AWS CloudWatch metric for i-node
I have created custom CloudWatch alarm for Disk Utilization for root and mount volume to monitor the disk space for my Ubuntu (16.04) instances, but quite often it happens that disk is only 60% full (...
1 vote
2 answers
594 views
AWS CloudWatch Logs Publisher plugin hangs on job completion
We use the AWS CloudWatch Logs Publisher plugin on our Jenkins and most of the time the logs are sent within 2-5 seconds of the request being sent out. However, sometimes the step will hang for up to ...
5 votes
0 answers
4k views
Is it possible to create AWS CloudWatch Metric Filters with dimensions? [closed]
CloudWatch Metric Filters are the recommended way to create custom metrics from Lambda functions. Sending the metrics directly from the lambda function to the CloudWatch api is the main alternative, ...
5 votes
1 answer
2k views
How to send SMS through AWS?
Can we send SMS through AWS for the below case? I have an application installed on Ec2 and that application runs few rules and may send SMS to end users if the rule conditions are met. I wanted to ...
4 votes
1 answer
4k views
How to get EC2 instance tags when pulling CloudWatch data?
For monitoring purposes, we're pulling AWS/EC2 instances statistics data from CloudWatch and save it to InfluxDB. We're using Telegraf to do this. However, when pulling the data from Cloudwatch, ...