node.js - AWS micro instance has 95% + and Nodejs app is not accessible in the browser -


terminal screenshot

the cpu usage consistently on 95% nodejs app. though nodejs app running, when try access in browser, not accessible @ all.

i'm running on micro instance testing purposes.

why happening , might solution this?

t1.micro , t2 instances use burstable cpu model. while idle, build credits. when active use credits. once hit 0, instance throttled.

you can confirm looking @ cpu credit usage , balance in cloudwatch.

to fix, use larger instance, maybe t2.small.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -