0
votes
0answers
30 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
64 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. ...
0
votes
0answers
35 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
37 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
116 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 ...
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 ...
4
votes
3answers
118 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
471 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
499 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
141 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
587 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 ...