Reputation: 311
I'm new to AWS and trying to run an ASP.NET MVC and Web API web application hosted on IIS in a t2.micro EC2 instance. The database is an RDS instance of MS SQL server express 2016.
The website was running normally from yesterday night until today afternoon, then it became incredibly slow and un-usable, and now it's running perfectly alright again. Based on the application logs it seemed that the database calls were taking a long time, but I'm confused as to what's causing it and what to check to diagnose the problem.
Some more info: 1. The max cpu utilization in the last 24 hours was at 12.9% and then 13.8% for about 1-2 minutes, otherwise it's been below 1%
Thanks in advance!
Upvotes: 3
Views: 1639
Reputation: 94
At first, starting an application is always CPU bound process. In order to understand how ec2 works you may need to do the following:
Hope that helps.
Upvotes: 2