Autoscaling on AWS
qzaidi.github.io
Autoscaling on AWS
1–10 of 29 posts
Re: Autoscaling on AWS
#2Re: Autoscaling on AWS
#3What CSS/Framework/whatever are you using for that metro-style dashboard?
Re: Autoscaling on AWS
#4What CSS/Framework/whatever are you using for that metro-style dashboard?
I am using the nodejs port though - npm install dashing-js
Re: Autoscaling on AWS
#5Also, for some apps deploying code during instance launch can be time consuming. Depending on your monitors and auto scale config, this might be acceptable. For some it may be appropriate to put code right in the ami and only ever deploy via new ami.
Re: Autoscaling on AWS
#6Re: Autoscaling on AWS
#7It's unhelpful to needlessly abbreviate ordinary words, like "infra" for "infrastructure" in the first paragraph.
Re: Autoscaling on AWS
#8Re: Autoscaling on AWS
#9What I'd really like to see is details of how the traffic monitoring works, how you calculate how much extra capacity to spin up, and how quickly you can react to load events.