Questions tagged [amazon-cloudwatch]

Amazon CloudWatch is a monitoring and management service for Amazon-hosted (AWS) cloud applications.

183 questions
1
vote
0 answers

How do I combine multiple SQS metrics with Lambda?

I have SQS monitoring for some services we have. We have two metrics that I'm looking to combine. "Receives" and "Empty Receives". Is it possible to use something like amazon lambda to create an aggregate metric of those two queues? If so, what…
1
vote
2 answers

How to configure Cloudwatch events to trigger on IAM API calls?

So I'm having trouble setting up Cloudwatch events to trigger a Lambda function. In the current scenario I want to trigger a Lambda when anyone/thing changes anything in IAM. Currently I have a global Cloudtrail in N. Virginia which is logging all…
1
vote
0 answers

cloudwatch log to kinesis and s3

I want to use my cloudwatch logs which are basically website access logs. Need to use these cloudwatch logs for data analytics with kinesis stream since firehose and analytics service is not available in that region. Is there any way to get this…
Shailesh Sutar
  • 1,427
  • 4
  • 22
  • 40
1
vote
1 answer

All requests go into ELB surge queue

A problem: It seems like every single request to our application ends up in ELB surge queue Example of a surge queue chart: We have a classic ELB on AWS with multiple EC2 boxes behind it. ELB listeners setup in a next way LB Protocol LB Port …
1
vote
1 answer

Monitoring Memory usage of EC2 Windows Server- There is no "CloudWatch log" option in EC2Config anymore

I'm gonna monitor Memory usage of an EC2 windows server R2 2012. I have installed the latest version of EC2Config which is 4.9.2061 by downloading it from here: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/UsingConfig_Install.html I have…
Matrix
  • 241
  • 1
  • 5
  • 15
1
vote
1 answer

What do cloudwatch s3 metrics count as an object?

I was recently using the metrics under the management tab in the aws s3 console and notices that for a few of my buckets the NumberOfObjects (count / day) graph seemed to be way off. I had roughly 50 objects in each of these buckets and it was…
KingCrab
  • 113
  • 3
1
vote
1 answer

How to use CloudWatch or Stackdriver to verify cron job ran?

One particular use case applying to this question is that we have some resources in AWS EC2 and Google Cloud Compute with a cron job to do a nightly disk snapshot. Is there a way to use Stackdriver to monitor the snapshot is invoked and send an…
1
vote
1 answer

AWS Cloudwatch unable to retrieve Billing data

I was setting up the cloudwatch to monitor the Billing information. However, after the preference option is enabled, no data is retrieved and displayed on CloudWatch. What has been done: the "Receive Billing Alerts" option is enabled in Billing…
Roger
  • 91
  • 1
  • 3
  • 8
1
vote
2 answers

AWS Alarm email being received every 5 minutes

I set up an alarm to alert me if my AWS instance sends more than 100MB within an hour. Traffic last night caused the threshold to be crossed. But instead of getting one notification, my inbox got flooded with email notifications arriving every 5…
selbie
  • 227
  • 4
  • 7
1
vote
0 answers

Is there a way to send SNMP traps to Cloudwatch?

I want to send SNMP traps directly to Cloudwatch. Does AWS have a native means of receiving SNMP traps?
JDS
  • 2,508
  • 4
  • 29
  • 48
1
vote
0 answers

Grafana table with AWS CloudWatch metric

I am trying to create a table in Grafana, which should look like this: BUCKET CURRENT MIN AVG MAX my-bucket-1 22 GB 0 GB 0.2 GB 22 GB my-bucket-2 200 KB 200 KB 200 KB 200 KB my-bucket-3 …
flypenguin
  • 193
  • 1
  • 9
1
vote
0 answers

Send haproxy logs to cloudwatch

We're running an haproxy container on ECS and struggling to setup logging. The ECS container definition contains the log configuration set out in the AWS docs "logConfiguration": { "logDriver": "awslogs", "options": { …
Aidan Ewen
  • 271
  • 1
  • 4
  • 11
1
vote
1 answer

AWS EC2 Instance Metadata service fails to respond

Environment, system details, and tools: AWS EC2 EC2 Instance Metadata service (i.e. http://169.254.169.254/latest/meta-data/) Cloudwatch wget bash Ubuntu 14.04 Has anyone ever seen this? We have a cron job that pushes Cloudwatch metrics from…
JDS
  • 2,508
  • 4
  • 29
  • 48
1
vote
0 answers

fluentd missing region error

i want to fetch cloudwatch logs. I installed cloudwatch input plugin and configured the config file of td-agent. but im getting the error as "unexpected error error_class=aws::errors::MissingRegionError". Any help on how to resolve this would be…
arunapavan
  • 11
  • 2
1
vote
1 answer

Trying to install CloudWatch Agent on Ubuntu 14.04: "Failed to create virtualenv"

I am trying to install AWS CloudWatch Log Agent on Ubuntu 14.04 following this guide: http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/QuickStartEC2Instance.html When I type in sudo python ./awslogs-agent-setup.py --region…
Brian
  • 11
  • 1
  • 2