I have a database of 3GB size in AWS RDS t2.micro instance. My CPU credit balance is most of the time is zero. My API calls taking long time. I update data daily so I interact with RDS frequently and lot of times. So what type of instance I should take to make my API calls faster?
Thank You.
Enable x-tracing so you can see how long each request takes. https://aws.amazon.com/xray/
API call that is slow can be alot of reasons.
analyze your application and find out where the bottleneck is. Most of the time its not your database.
I can help you further if you: