Category: Elastic Beanstalk
-
AWS EC2 Elastic Beanstalk Going to Sleep – .Net/Windows/MSSQL Server Express
Hi everyone, I’ve been having a bit of an issue with my AWS app going to sleep and taking a long time to handle initial requests. I’m using .NET with Elastic Beanstalk on a T2 Micro Instance and MSSQL Server Express on RDS. My FrontEnd is a static ReactJS app that sits in S3 behind…
-
Unable to Access RDS Database from Elastic Beanstalk Application
Hey everyone, I ran into a bit of an issue today where I was unable to access my RDS SQL Express instance from my .NET Elastic Beanstalk instance. I was receiving the following error: The server was not found or was not accessible. The solution turned out to be fairly simply thanks to this StackOverflow…