Amazon EC2 instance goes offline

0

1

I've set up a game server on Amazon EC2. However it is often going offline for ~10 minutes, failing a status check.

Instance reachability check failed at January 31, 2016 at 8:10:00 PM UTC+1 (4 minutes ago)

When it gets back online, it looks like it was just shut off from the internet. I can imagine it can be DDoS attacks from competing servers, but I am not sure how to come to a conclusion about that.

Does anyone have any clue what can cause this? Or how I can debug it?

Patrick Reck

Posted 2016-01-31T19:22:03.637

Reputation: 101

What's the instance type of your instance? Some of the smaller instances can be very slow to respond (e.g. due to multi-tenancy hypervisor scheduling), and thus this might be one possible cause of "reachability" failure. – Castaglia – 2016-03-08T21:22:43.633

Answers

-1

I think you're running out of CPU credits on your burstable T-instance.

When an instance starts to run low on CPU Credits, its performance will gradually return to the baseline level (10% to 40% of a single core, as listed in the table above). This deceleration process takes place over the course of a 15 minute interval in order to provide a smooth and pleasant experience for your users.

from here: https://aws.amazon.com/blogs/aws/low-cost-burstable-ec2-instances/

Antoine

Posted 2016-01-31T19:22:03.637

Reputation: 139

1Can you please quote the relevant information from the link? – Ramhound – 2016-08-16T17:23:04.697

This may be better as a comment. – oldmud0 – 2016-08-17T03:48:38.590

1@oldmud0, agree but I need more karma to leave comments. – Antoine – 2016-08-17T10:03:56.647

@user630624 - If you understand it is a comment, and you understand comments should not be submitted as an answer, then you understand you shouldn't have submitted an answer better served as a comment. So in the future don't do that, submit an answer, that matches the guidelines outlined in the help center. The answer is fine, now that you have included the relevant information, but you should have done that before you submitted the answer. – Ramhound – 2016-08-17T10:45:17.667