DEV Community

Discussion on: Migrate from AWS EC2 to Lightsail

 
david_j_eddy profile image
David J Eddy

:D Yea, Security Group's get me every time. Spent an hour recently trying to figure out why a site was return 504 Gateway Timeout. Turned out someone removed the SG's access to the RDS database. The language was timing out trying to connect to the DB so Nginx return 504.

Glad this helped out in some small way.