I have a WordPress install on Beanstalk with EC2 and RDS. I'm very new to AWS. Yesterday the site became unresponsive and had a status of 'No data received from the instance'. When I try to request full logs it times out. I can't FTP or SSH into the instance because it also times out. The only thing I view is the System Log but I didn't see anything that jumped out at me.
Looking at Events, it seems the problem started with 4xx errors that turned into 5xx errors.
Here are the entries:
2019-02-14 12:10:55 UTC-0500 WARN Environment health has transitioned from Ok to Severe. None of the instances are sending data.
2019-02-12 22:54:41 UTC-0500 INFO Environment health has transitioned from Warning to Ok.
2019-02-12 22:53:41 UTC-0500 WARN Environment health has transitioned from Ok to Warning. 100.0 % of the requests are failing with HTTP 5xx.
2019-02-12 22:45:42 UTC-0500 INFO Environment health has transitioned from Warning to Ok.
2019-02-12 22:44:42 UTC-0500 WARN Environment health has transitioned from Ok to Warning. 100.0 % of the requests are failing with HTTP 5xx.
2019-02-12 14:21:19 UTC-0500 INFO Environment health has transitioned from Severe to Ok.
2019-02-12 14:20:19 UTC-0500 WARN Environment health has transitioned from Ok to Severe. None of the instances are sending data.
2019-02-12 10:31:36 UTC-0500 INFO Environment health has transitioned from Severe to Ok.
2019-02-12 10:30:36 UTC-0500 WARN Environment health has transitioned from Ok to Severe. 97.2 % of the requests are erroring with HTTP 4xx.
I can't figure out what is the underlying problem. Any help or guidance would be appreciated.