0
votes
1answer
236 views

AWS Elastic Beanstalk: No data received: Unable to load the webpage

I just deployed a .NET application using SQL Server via Elastic Beanstalk. It seems like my newly deployed application can't connect to my database. I just followed this video: ...
9
votes
3answers
4k views

Setting CIDR/IP so anyone can access it from any IP?

How do you set you CIDR/IP so anyone can access it from anywhere? I'm trying to make my AWS RDS DB instance accessible from anywhere as my ISP doesn't give me a static IP. Everytime my IP changes I ...