I have two ec2 instances which run different applications on them, which is served through CloudFront. Tonight both became unresponsive at the same time. Any attempts to contact the apps through CloudFront ends up in 504.
I attempted:
- Rebooting the instances;
- Stopping them completely, restarting;
- Connecting through ssh on the console - connection times out.
- Connecting through ssh using the AWS console - it stays stuck in "Establishing connection..."
- Redeploying the apps (through CodeDeploy) - deployments successful, but web app is not available still.
I see that both have very little CPU being used. One process I run on one of the instances is running because I see new log entries in CloudWatch. Also see that both web apps are started successfully.
I dont know what else to do to troubleshoot this. How can I tell if its me that did something or if it is Amazon having issues?