简体   繁体   中英

Scaling only with AWS EC2 with Elastic Load Balancing and Auto-Scaling

I am a start-up developer that just started learning network programming. I am at a stage to choose where to deploy my server.

I am using Netty for its performance and ease of use.

So here's my question. Is it possible to only use ELB and Auto-Scaling when there is high-traffic?

ELB will pass through TCP and HTTP, you just need to set the ports you want. Autoscaling will scale the servers based on a set of parameters.

So yes - you can - provided that your server can handle multiple instances of itself.

I agree with @Peter, but you need to sit and configure the auto scaling, it doesnt happen automatically. FYI please refer to aws docs. Also you can read this blog

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM