Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to configure triggers for Auto Scaling in Elastic Beanstalk.

Basically I want to scale-out new instance if the user does not get response for more than 4 seconds.

Can you please advise how can I achieve this?

share|improve this question

1 Answer

up vote 2 down vote accepted

In Elastic Beanstalk, you can set triggers which will start new instances, if users don't get responses in the specified time. While configuring your environment in Elastic Beanstalk, you can setup an EC2 instance health check and configure the health check interval and health check timeout. If the server doesn't respond within the health check interval, Auto Scaling will bring up new instances.

For more details: http://docs.amazonwebservices.com/elasticbeanstalk/latest/ug/index.html?using-features.managing.elb.html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.