The amazon-cloudwatch tag has no wiki summary.
0
votes
0answers
25 views
How to configure Cloudwatch and Autoscaling for our setup?
I have a few questions that I can't seem to find the answer to or figure out.
I am confused about AS groups with our Websocket services. AFAIK, the groups will terminate a server, and then send the ...
1
vote
1answer
59 views
AWS Cloudwatch alarm going off prematurely
I created an alarm to stop an instance and email me if it was idle for too long (avg. CPU Utilization < 2% for 3 hours). However in my testing I noticed that the instance was stopped after 1 hour. ...
1
vote
0answers
16 views
Single graph with multiple instance values for same metric?
I am having 10 tomcat servers running on separate EC2 instance.
I can successfully create a graph for heap value of each tomcat server using the below command
mon-put-data --metric-name Heapmetric ...
0
votes
0answers
34 views
AWS Custom metric not displayed in correct way
I am trying to create a custom metrics using .NET Apis.
I used code below as written in Cloud-Watch sample with the SDK
//Put stat to CloudWatch
AmazonCloudWatch client = ...
0
votes
1answer
24 views
Manage SNS Topic Metrics
I've created many Metrics Topics and I want to edit and delete some. But couldn't find any way in console to do so.
Is it possible somewhere in the Console?
Is there are any APIS, commands I can use ...
0
votes
0answers
28 views
Cloudwatch alarms strange behavior
We're implementing some new alarms recently that needs to monitor CPU for 1 min period.
Alarms are acting in very strange way. They show Good status for a min and for the min after they show ...
0
votes
1answer
108 views
Time between AWS Notifying of Scale Down and Terminating instance
Here is the scenario, there are multiple EC2 instances behind a load balancer. When traffic dies down, the SCALE_DOWN policy is triggered from a CloudWatch alarm. What I would like, is for the ...
2
votes
1answer
155 views
Can I get AWS Service Health Alerts (text/email)?
Is it possible to receive AWS Service Health Alerts (text or email) for zones where I have my servers in? There was an issue in EC2 North Virginia Oct 15th and I would have like to have known there ...
0
votes
0answers
98 views
AWS configuring Auto scaling and cloud watch
Question related to configuring cloudwatch and auto scaling. I have an ec2 instance ( Instance 1 ) hosting a website , of which I have also created an AMI ( Image 1). I woud like to configure a system ...
0
votes
2answers
216 views
Cloudwatch alarms from Amazon AWS EC2 instance are always in UT, how can I change the alarm time zone to Eastern?
I am running an Amazon linux AMI and the alarms that I've setup are coming in all showing UT (universal time). It is inconvenient reading these alarms and I'd like them setup to read in eastern time ...
4
votes
3answers
106 views
Is it possible to get a list of running processes with a Cloudwatch Alarm?
We have an EC2 instance (Ubuntu) that has a few java-based applications and lately we're getting hit with high CPU utilization spikes that trigger one of our Cloudwatch alarms. By the time we get ...
4
votes
1answer
456 views
Why does top report a different cpu usage than CloudWatch?
top shows an average CPU usage during peak times of about 20% while CloudWatch monitoring shows an average CPU usage of 40%. What causes this discrepancy?
1
vote
1answer
472 views
AWS CloudWatch Dashboard for Large Screen Display with Alerting
Does anyone know of a good solution that provides a monitoring and alerting Dashboard for Amazon Web Servics (AWS) CloudWatch service which can used on large screen displays?
The system should use ...
1
vote
0answers
139 views
how to analyze cloudwatch data?
What is the best practice to analyze whether the EC2 server/loadbalancer is overloaded? We can get some stats from Cloudwatch . But is there a user friendly way to analyze Cloudwatch data ??
...
4
votes
2answers
577 views
Load Balancing on Amazon (AWS) and staying up to date
I would like to have a load balancer for my site and have the site up to date.
The load balancer will take the AMI I select and spin up more of those instances when processing power hits a certain ...
2
votes
2answers
2k views
Auto scaling AWS EC2 instnaces based on memory utilization
I am setting up auto scaling based on memory consumed by the particular instance. I went through the link posted at awsforums. I was able to set my metrics and using the bash script given and with the ...
1
vote
3answers
1k views
Setting up Amazon Cloudwatch to get an alert when you server is down
I have an instance running on Amazon EC2 that I turned into a webserver.
Now I have been looking at cloudwatch, but I do not know if it is the correct tool for the job. Basically I want to get ...
12
votes
1answer
442 views
Is anyone using an SNMP and/or WMI poller to push custom metrics to Amazon CloudWatch, and if so how?
Amazon CloudWatch has a decent console, and an alarm system which uses Amazon SNS for notifications.
Originally it only gave you AWS metrics, e.g. EC2 instance CPU utilization.
Recently they added ...
3
votes
1answer
219 views
archive and visualize amazon ec2 cloudwatch metrics
How do you backup your ec2 cloudwatch metrics? How do you visualize different measurements with different scales at once, like cpu% and i/o? How do you combine your application server metrics (like ...
