Eric Donaldson
asked on
AWS CloudWatch Alarms
Have cloudwatch alarms keep going off on EC2 instance for high cpu. Looks like it auto scales but then goes off again in another hour. How can this be troubleshooted?
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Is it a Linux or Windows instance? Can you log on and run an app to see what is taking up the CPU time? For Linux something like "top" and the "task manager" for Windows for example.
What type of instance is it? Is it a micro instance? If it is you might be looking at "cpu steal time" issues.
What type of instance is it? Is it a micro instance? If it is you might be looking at "cpu steal time" issues.
ASKER
linux and m3.large
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Ok, thanks, but would this also be the case in a VPC? I wasnt sure if the resources were still shared under that circumstance
ASKER