Bare Metal (BM) Servers on AWS (M5, etc.)

0

A bit confused... In the case of BM instances, so AWS actually assigns an entire PHYSICAL server platform to one customer? How can AWS possibly scale like that? Let's say a customer needs 100 BM servers... and there are 1,000 customers like that... AWS is going to have to have 100K physical boxes to support them?? How could that be? I feel like I am missing something - besides a brain lol

Part 2: Why is it still called an EC2 instance? I always associate an EC2 instance to a virtual construct -- a VM.

質問済み 1年前249ビュー
1回答
0

Hi,

EC2 is Amazon Elastic Compute Cloud (Amazon EC2) on Amazon Web Services (AWS) Cloud that provides scalable compute. It provides Virtual computing environments, known as instances and the various features are listed here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html. So the word instance here is a virtual compute environment/capacity and not a traditional VM with nested virtualization.

Now, when a user launches a bare metal instance, Amazon EC2 provisions a physical server with the specified configuration and installs the operating system and any required drivers. With bare metal, you get direct access to the hardware and access to virtually 100 percent of the hardware’s resources without any major overhead. On the availability of Bare Metal Instances, EC2 offers a variety of instance types (624+) that customers can choose from based on their use cases, and bare metal is one among them. https://aws.amazon.com/ec2/instance-types/. Not all of the EC2 instance families and instance types will have bare metal variant/equivalent, it appears on the instance families with a specific set of CPU/Memory/network combination that suits the customers requirement. Question on how AWS meets demands, it's done through the global infrastructure https://aws.amazon.com/about-aws/global-infrastructure/ and AWS ensures the customers needs are met in this case.

Hope this helps Thanks, Arun

AWS
Arun
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ