【发布时间】:2016-02-02 21:48:04
【问题描述】:
抱歉,我有几个基本问题。我打算使用 AWS EC2 实例。
1) Is an EC2 instance a single virtual machine image or is it a
single physical machine? Documentation from Amazon states that it is
a "virtual server", but I wanted to clarify if it is an image
embedded inside one server or if it is an single physical server
itself.
2) Is an Elastic Load Balancer a single EC2 instance that handles
all requests from all users and simply forwards the request to the
least loaded EC2 instances?
3) When Auto-Scaling is enabled for an EC2 instance, does it simply
exactly replicate the original EC2 instance when it needs to scale
up?
【问题讨论】:
标签: amazon-web-services amazon-ec2 load-balancing autoscaling