amazon-ec2 - AWS Autoscaling 和弹性负载平衡

标签 amazon-ec2 amazon-web-services

对于我的应用程序,我使用的是 Auto Scaling,没有使用弹性负载均衡,直接使用 Auto Scaling 而不使用 ELB 是否存在性能问题?

最佳答案

阿迪,
大卫是对的。
自动缩放允许您缩放实例(基于 cloudwatch 指标、单个事件或重复计划)。

假设您正在运行三个实例(使用 Autoscaling 进行扩展):流量将如何到达它们?您需要在某处实现负载平衡,这就是 Elastic Load Balancing 如此有用的原因。

否则,您的流量只能以设计不良的方式进行引导。

请参阅幻灯片共享上此演示文稿的幻灯片 #5,了解架构:http://www.slideshare.net/harishganesan/scale-new-business-peaks-with-auto-scaling

最好的,

关于amazon-ec2 - AWS Autoscaling 和弹性负载平衡,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8426266/

相关文章:

amazon-web-services - 由于传输端点未连接,S3fs 抛出错误

linux - sh : line 1: Forbidden!:找不到命令

amazon-web-services - 什么是 Amazon S3 中的 HeadBucket 操作

amazon-web-services - 从 EKS 集群访问 ElastiCache

php - 多个组织的系统设计

amazon-web-services - 如何将整个文件夹从 s3 存储桶复制到 ec2 实例

amazon-web-services - 为什么我在 AWS Cloudformation 上收到 "YAMLException: bad indentation of a mapping entry"?

android - 在 Android 应用程序中使用 Amazon RDS

ssh - 使用 JSch key 对登录 EC2 实例

scala - 读取 s3 存储桶时出错