亚马逊网络服务如何运作?

发布于 2024-07-14 07:10:50 字数 277 浏览 9 评论 0原文

您收集到了哪些有关亚马逊网络服务如何运作的信息?

  • 他们使用什么硬件
  • 什么 Web 服务器
  • 什么操作系统
  • AWS 的什么存储
  • EC2/EBS 的哪些虚拟化软件
  • EC2 的分布式防火墙的软件
  • 数据中心的物理位置。

我非常喜欢他们的服务,并在工作中大量使用它们......只是出于好奇。 如果您知道/听说/读到并想告诉,如果您在网上看到某些内容并想提供链接,非常感谢。

What information have you been able to gather regarding how do the amazon web services work?

  • What hardware do they use
  • What web server
  • What Operating System
  • What storage for AWS
  • What virtualization software for EC2/EBS
  • What software for they distributed firewall for EC2
  • Physical location of their data centers.

I like their services very much and use them a ton at work... just out of curiosity. If you know/heard/read and want to tell, if you saw something online and want to provide a link, very appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

伴我心暖 2024-07-21 07:10:50

虽然这个问题无法准确回答,但我将尝试阐明亚马逊公开宣布的内部运作情况。
以下是常用 cm 实例类型以及最近发布的裸机实例的一些详细信息。 还,
这可以作为进一步研究的起点,因为具体细节远远落后于 SO 的单一答案。

计算硬件。

如果您想深入了解,我建议您浏览所有前几代和< a href="https://aws.amazon.com/ec2/instance-types/" rel="nofollow noreferrer">当前一代实例类型。 可以在此页面上找到底层硬件。

  • 裸机实例

裸机实例于 2018 年 4 月正式发布。细节之一 - I3.metal 实例由 2.3 GHz Intel Xeon 处理器提供支持,提供 36 个超线程核心(72 个逻辑处理器)、512 GiB 内存和 15.2 TB NVMe SSD 支持的实例存储。 更多信息

  • 计算优化实例 (C)

  • 最新 c5(2017 年末)一代实例使用 3.0 GHz英特尔至强
    铂金 8000 系列。 更多信息

  • c4(一代使用针对 ec2 优化的处理器 Intel Xeon E5-2666 v3(代号 Haswell)处理器。更多信息此处
  • c3一代引入了SSD实例存储并使用2.8 GHz 英特尔至强 E5-2680v2。 noreferrer">更多信息请点击此处

  • 通用 ec2 实例 (M)< /p>

    1. m5 实例基于运行频率为 2.5 GHz 的定制 Intel® Xeon® Platinum 8175M 系列处理器。 最有可能在下面提到的 Nitro 虚拟机管理程序上运行。 更多信息

    2. m4 于 2015 年发布,拥有专门针对 EC2 优化的定制 Intel Xeon E5-2676 v3 Haswell 处理器。 更多信息

    3. m3 于 2012 年发布,对于一些记得的人来说,它们带来了一些降价,使 AWS 使用对通过预算镜头查看的受众更具吸引力。 他们正在/曾经使用 Intel Xeon E5-2670 处理器并开始使用 SSD 实例内存。

我在哪个 Web 服务器上

多次看到通过 Tomcat 呈现的 WebUI(AWS 控制台)出现错误页面,所以我猜这是控制台服务器。

适用于 EC2/EBS 的虚拟化软件

AWS 最近宣布(带有 c5 实例类型公告),他们将开始使用基于 KVM 的虚拟机管理程序。 此处链接的演示文稿概述了虚拟机管理程序历史非常好(下表取自同一页面)

在此处输入图像描述

数据中心的物理位置

这不会(且出于安全原因不应)公开披露。 总是有关于它的谣言/一些来源(查看相关的 Quora 帖子

While this question can't be answered in precision, I'll try to shed some light on internal workings that Amazon announced publicly.
Below are some details for commonly used c and m instance types, as well as recently released bare metal instances. Also,
this can be starting point for further research as specifics are far behind single answer on SO.

Compute Hardware.

If you want to take a deep dive I suggest going through all previous generations and current generation instance types. Underlying hardware can be find on this pages.

  • Bare metal instances

Bare metal instances became GA in April 2018. One of the details - I3.metal instances are powered by 2.3 GHz Intel Xeon processors, offering 36 hyper-threaded cores (72 logical processors), 512 GiB of memory, and 15.2 TB of NVMe SSD-backed instance storage. More info

  • Compute optimized instances (C)

  • Latest c5 (late 2017) generation instances are using 3.0 GHz Intel Xeon
    Platinum 8000-series. More info here

  • c4 (generation is using optimized for ec2 processor Intel Xeon E5-2666 v3 (code name Haswell) processor. More info here
  • c3 generation introduced SSD instance storage and used 2.8 GHz Intel Xeon E5-2680v2. More info here

  • General purpose ec2 instances (M)

    1. m5 instances are based on Custom Intel® Xeon® Platinum 8175M series processors running at 2.5 GHz. Most likely running on Nitro hypervisor mentioned below. More info

    2. m4's were released back in 2015 and have custom Intel Xeon E5-2676 v3 Haswell processor optimized specifically for EC2. More info

    3. m3's were released in 2012 and for some who remember carried some price reduction with them, making use of AWS use more appealing to audience looking through budgeting lenses. They are/were using Intel Xeon E5-2670 processor and started using SSD instance memory.

What web server

I've seen couple of times error pages from their WebUI (AWS Console) rendered via Tomcat, so I would guess this is console server.

What virtualization software for EC2/EBS

AWS recently announced (with c5 instance type announcement) that they will start using KVM based hypervisor. Presentation linked here outlines hypervisor history very good (table below taken from same page)

enter image description here

Physical location of data centers

This is not (and due security reasons should not) be disclosed publicly. There are always rumors / some sources about it (look at related Quora thread

用心笑 2024-07-21 07:10:50

您可以在 Amazon aws 中使用 linux 实例或 windows 实例。 但首先您应该运行一个实例,然后选择它的操作系统。 对于其存储,他们有一个名为 S3 的实例。 它是一个存储空间,您可以在其中保存任何类型的文件格式。 他们的数据中心有很多位置。 根据您居住的地方,您必须选择最近的数据中心来使用其服务,以便您只需支付更少的账单费用。
您可以访问 console.amazon.com 并在帮助菜单中找到每个服务的大量文档。

You can use linux instances or windows instances in Amazon aws. But first of all you shoul run an instance and then select it's operating system. For it's storage they have an instance that called it S3. it is a storage that you can save any kind of file format in it. They have many locations for their data centers. Depending on where you live, you must select the nearest data center to work with it's services so that you have to pay less for your billing payment.
You can go to console.amazon.com and find lots of documentation for each service in help menu.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文