diff --git a/docs/ecs/umn/en-us_topic_0030878383.html b/docs/ecs/umn/en-us_topic_0030878383.html index d85ecfe4..d3623db7 100644 --- a/docs/ecs/umn/en-us_topic_0030878383.html +++ b/docs/ecs/umn/en-us_topic_0030878383.html @@ -10,9 +10,9 @@
  • On the Inbound Rules tab, click Add Rule. In the displayed dialog box, set required parameters to add an inbound rule.

    You can click + to add more inbound rules.

    Figure 1 Add Inbound Rule
    -
    Table 1 Inbound rule parameter description

    Parameter

    +
    - @@ -21,7 +21,7 @@ - @@ -58,12 +58,12 @@
    Table 1 Inbound rule parameter description

    Parameter

    Description

    +

    Description

    Example Value

    Protocol & Port

    Protocol: The network protocol. Currently, the value can be All, TCP, UDP, ICMP, GRE, or others.

    +

    Protocol: The network protocol. Currently, the value can be All, TCP, UDP, ICMP, GRE, or others.

    TCP

    -
  • On the Outbound Rules tab, click Add Rule. In the displayed dialog box, set required parameters to add an outbound rule.

    You can click + to add more outbound rules.

    +
  • On the Outbound Rules tab, click Add Rule. In the displayed dialog box, set required parameters to add an outbound rule.

    You can click + to add more outbound rules.

    Figure 2 Add Outbound Rule
    -
    Table 2 Outbound rule parameter description

    Parameter

    +
    - @@ -72,7 +72,7 @@ - diff --git a/docs/ecs/umn/en-us_topic_0032380449.html b/docs/ecs/umn/en-us_topic_0032380449.html index 01f440c7..cc228255 100644 --- a/docs/ecs/umn/en-us_topic_0032380449.html +++ b/docs/ecs/umn/en-us_topic_0032380449.html @@ -17,7 +17,7 @@
  • The created ECS automatically runs Cloud-Init/Cloudbase-Init and reads the user data script upon startup.
  • User Data Scripts of Linux ECSs

    Customized user data scripts of Linux ECSs are based on the open-source Cloud-Init architecture. This architecture uses ECS metadata as the data source for automatically configuring the ECSs. The customized script types are compatible with open-source Cloud-Init. For details about Cloud-Init, see http://cloudinit.readthedocs.io/en/latest/topics/format.html.

    -
    • Script execution time: A customized user data script is executed after the time when the status of the target ECS changes to Running and before the time when /etc/init is executed.

      By default, the scripts are executed as user root.

      +
      • Script execution time: A customized user data script is executed after the status of the target ECS changes to Running and before /etc/init is executed.

        By default, the scripts are executed as user root.

      • Script type: Both user-data scripts and Cloud-Config data scripts are supported. @@ -71,7 +71,7 @@ echo "Hello, the time is now $(date -R)" | tee /root/output.txt

        After the ECS is created, start it and run the cat [file] command to check the script execution result.

        [root@XXXXXXXX ~]# cat /root/output.txt
         Hello, the time is now Mon, 16 Jul 2016 16:03:18+0800
        -

        Example 2: Inject a Cloud-Config data script.

        +

        Example 2: Inject a Cloud-Config data script.

        When creating an ECS, set User Data to As text and enter the customized user data script.

        #cloud-config
         bootcmd:
        @@ -128,7 +128,7 @@ echo "Hello, Powershell Test" > C:\aaaa.txt
        Figure 6 Viewing user data (PowerShell)
      -

      Case 1

      This case illustrates how to use the user data passing function to simplify Linux ECS configuration.

      +

      Case 1

      This case illustrates how to pass user data to simplify Linux ECS configuration.

      In this example, vim is configured to enable syntax highlighting, display line numbers, and set the tab stop to 4. The .vimrc configuration file is created and injected into the /root/.vimrc directory during ECS creation. After the ECS is created, vim is automatically configured based on your requirements. This improves ECS configuration efficiency, especially in batch ECS creation scenarios.

      User data example:

      #cloud-config
      diff --git a/docs/ecs/umn/en-us_topic_0041169567.html b/docs/ecs/umn/en-us_topic_0041169567.html
      index 50bad68d..2b3f9bff 100644
      --- a/docs/ecs/umn/en-us_topic_0041169567.html
      +++ b/docs/ecs/umn/en-us_topic_0041169567.html
      @@ -8,10 +8,12 @@
       
       
    -
    Table 2 Outbound rule parameter description

    Parameter

    Description

    +

    Description

    Example Value

    Protocol & Port

    Protocol: The network protocol. Currently, the value can be All, TCP, UDP, ICMP, GRE, or others.

    +

    Protocol: The network protocol. Currently, the value can be All, TCP, UDP, ICMP, GRE, or others.

    TCP

    2023-02-28

    +

    2023-03-04

    Added the following content:

    +

    Modified the following content:

    +

    Added P3 ECSs in GPU-accelerated ECSs.

    2022-11-30

    diff --git a/docs/ecs/umn/en-us_topic_0042400609.html b/docs/ecs/umn/en-us_topic_0042400609.html index 99d9ade1..947a9007 100644 --- a/docs/ecs/umn/en-us_topic_0042400609.html +++ b/docs/ecs/umn/en-us_topic_0042400609.html @@ -188,12 +188,12 @@

    Prerequisites

    • The target ECS has been logged in.
    • Security group rules in the outbound direction meet the following requirements:
      • Protocol: TCP
      • Port: 80
      • Destination: 169.254.0.0/16
      -

      If you use the default security group rules for the outbound direction, the preceding requirements are met. Then, the metadata can be accessed. Default security group rules for the outbound direction are as follows:

      +

      If you use the default security group rules for the outbound direction, the metadata can be accessed because the default rules meet the preceding requirements. Default security group rules for the outbound direction are as follows:

      • Protocol: All
      • Port: All
      • Destination: 0.0.0.0/0
    -

    Metadata (OpenStack Metadata API)

    Displays ECS metadata.

    +

    Metadata (OpenStack Metadata API)

    This API is used to query ECS metadata.

    • URI

      /169.254.169.254/openstack/latest/meta_data.json

    • Usage method

      Supports GET requests.

    • Example

      To use cURL to view Linux ECS metadata, run the following command:

      @@ -223,7 +223,7 @@ }
    -

    User Data (OpenStack Metadata API)

    Displays ECS user data. The value is configured only when you create an ECS. It cannot be changed after the configuration.

    +

    User Data (OpenStack Metadata API)

    This API is used to query ECS user data. The value is configured only when you create an ECS. It cannot be changed after the configuration.

    • URI

      /169.254.169.254/openstack/latest/user_data

    • Usage method

      Supports GET requests.

    • Example

      Linux:

      @@ -236,7 +236,7 @@
    -

    Network Data (OpenStack Metadata API)

    Displays information about all NICs attached to an ECS, including their DNS server addresses, network bandwidth, IDs, private IP addresses, EIPs, and MAC addresses.

    +

    Network Data (OpenStack Metadata API)

    This API is used to query information about all NICs attached to an ECS, including their DNS server addresses, network bandwidth, IDs, private IP addresses, EIPs, and MAC addresses.

    • URI

      /openstack/latest/network_data.json

    • Usage method

      Supports GET requests.

    • Example

      instance_max_bandwidth and instance_min_bandwidth are in the unit of Mbit/s. If the value is -1, the bandwidth is not limited.

      @@ -274,7 +274,7 @@ }
    -

    Security Key (OpenStack Metadata API)

    Obtains temporary AKs and SKs.

    +

    Security Key (OpenStack Metadata API)

    This API is used to obtain temporary AKs and SKs.

    • If an ECS needs to obtain a temporary AK and SK, go to the ECS details page, and configure Agency for the ECS in the Management Information area so that the ECS is authorized on IAM.
    • The validity period of a temporary AK and SK is one hour. The temporary AK and SK are updated 10 minutes ahead of the expiration time. During the 10 minutes, both the new and old temporary AKs and SKs can be used.
    • When using temporary AKs and SKs, add 'X-Security-Token':{securitytoken} in the message header. securitytoken is the value returned when a call is made to the API.
    • URI

      /openstack/latest/securitykey

      @@ -285,7 +285,7 @@

      Invoke-RestMethod http://169.254.169.254/openstack/latest/securitykey

    -

    User Data (EC2 Compatible API)

    Displays ECS user data. The value is configured only when you create an ECS. It cannot be changed after the configuration.

    +

    User Data (EC2 Compatible API)

    This API is used to query ECS user data. The value is configured only when you create an ECS. It cannot be changed after the configuration.

    • URI

      /169.254.169.254/latest/user-data

    • Usage method

      Supports GET requests.

    • Example

      Linux:

      @@ -295,7 +295,7 @@
      ICAgICAgDQoiQSBjbG91ZCBkb2VzIG5vdCBrbm93IHdoeSBpdCBtb3ZlcyBpbiBqdXN0IHN1Y2ggYSBkaXJlY3Rpb24gYW5kIGF0IHN1Y2ggYSBzcGVlZC4uLkl0IGZlZWxzIGFuIGltcHVsc2lvbi4uLnRoaXMgaXMgdGhlIHBsYWNlIHRvIGdvIG5vdy4gQnV0IHRoZSBza3kga25vd3MgdGhlIHJlYXNvbnMgYW5kIHRoZSBwYXR0ZXJucyBiZWhpbmQgYWxsIGNsb3VkcywgYW5kIHlvdSB3aWxsIGtub3csIHRvbywgd2hlbiB5b3UgbGlmdCB5b3Vyc2VsZiBoaWdoIGVub3VnaCB0byBzZWUgYmV5b25kIGhvcml6b25zLiINCg0KLVJpY2hhcmQgQmFjaA==
    -

    Hostname (EC2 Compatible API)

    Displays the name of the host accommodating an ECS. The .novalocal suffix will be added later.

    +

    Hostname (EC2 Compatible API)

    This API is used to query the name of the host accommodating an ECS. The .novalocal suffix will be added later.

    • URI

      /169.254.169.254/latest/meta-data/hostname

    • Usage method

      Supports GET requests.

    • Example

      Linux:

      @@ -305,7 +305,7 @@
      vm-test.novalocal
    -

    Instance Type (EC2 Compatible API)

    Displays an ECS flavor.

    +

    Instance Type (EC2 Compatible API)

    This API is used to query an ECS flavor.

    • URI

      /169.254.169.254/latest/meta-data/instance-type

    • Usage method

      Supports GET requests.

    • Example

      Linux:

      @@ -315,7 +315,7 @@
      s3.medium.2
    -

    Local IPv4 (EC2 Compatible API)

    Displays the fixed IP address of an ECS. If there are multiple NICs, only the IP address of the primary NIC is displayed.

    +

    Local IPv4 (EC2 Compatible API)

    This API is used to query the fixed IP address of an ECS. If there are multiple NICs, only the IP address of the primary NIC is displayed.

    • URI

      /169.254.169.254/latest/meta-data/local-ipv4

    • Usage method

      Supports GET requests.

    • Example

      Linux:

      @@ -325,7 +325,7 @@
      192.1.1.2
    -

    Availability Zone (EC2 Compatible API)

    Displays the AZ accommodating an ECS.

    +

    Availability Zone (EC2 Compatible API)

    This API is used to query the AZ accommodating an ECS.

    • URI

      /169.254.169.254/latest/meta-data/placement/availability-zone

    • Usage method

      Supports GET requests.

    • Example

      Linux:

      @@ -335,7 +335,7 @@
      az1.dc1
    -

    Public IPv4 (EC2 Compatible API)

    Displays the EIP bound to an ECS. If there are multiple NICs, only the EIP of the primary NIC is displayed.

    +

    Public IPv4 (EC2 Compatible API)

    This API is used to query the EIP bound to an ECS. If there are multiple NICs, only the EIP of the primary NIC is displayed.

    • URI

      /169.254.169.254/latest/meta-data/public-ipv4

    • Usage method

      Supports GET requests.

    • Example

      Linux:

      @@ -345,7 +345,7 @@
      46.1.1.2
    -

    Public Keys (EC2 Compatible API)

    Displays the public key of an ECS.

    +

    Public Keys (EC2 Compatible API)

    This API is used to query the public key of an ECS.

    • URI

      /169.254.169.254/latest/meta-data/public-keys/0/openssh-key

    • Usage method

      Supports GET requests.

    • Example

      Linux:

      diff --git a/docs/ecs/umn/en-us_topic_0048642616.html b/docs/ecs/umn/en-us_topic_0048642616.html index 5e5d6f57..84cb7b1d 100644 --- a/docs/ecs/umn/en-us_topic_0048642616.html +++ b/docs/ecs/umn/en-us_topic_0048642616.html @@ -16,7 +16,7 @@

    Notes

    • When using Cloud-Init, enable DHCP in the VPC to which the ECS belongs.
    • When using Cloud-Init, ensure that security group rules for the outbound direction meet the following requirements:
      • Protocol: TCP
      • Port: 80
      • Destination: 169.254.0.0/16
      -

      If you use the default security group rules for the outbound direction, the preceding requirements are met. Then, the metadata can be accessed. Default security group rules for the outbound direction are as follows:

      +

      If you use the default security group rules for the outbound direction, the metadata can be accessed because the default rules meet the preceding requirements. Default security group rules for the outbound direction are as follows:

      • Protocol: All
      • Port: All
      • Destination: 0.0.0.0/0
    diff --git a/docs/ecs/umn/en-us_topic_0097289624.html b/docs/ecs/umn/en-us_topic_0097289624.html index 18847079..66be8913 100644 --- a/docs/ecs/umn/en-us_topic_0097289624.html +++ b/docs/ecs/umn/en-us_topic_0097289624.html @@ -7,7 +7,7 @@

    GPU-accelerated ECS Types

    Recommended: Computing-accelerated P2s, Inference-accelerated PI2, and Graphics-accelerated Enhancement G6

    Available now: All GPU models except the recommended ones. If available ECSs are sold out, use the recommended ones.

    @@ -125,133 +125,261 @@
  • If a G6 ECS is created using a private image, make sure that the GRID driver was installed during the private image creation. If not, install the driver for graphics acceleration after the ECS is created.

  • +

    Computing-accelerated P3

    Overview

    +

    P3 ECSs use NVIDIA A100 GPUs and provide flexibility and ultra-high-performance computing. P3 ECSs have strengths in AI-based deep learning, scientific computing, Computational Fluid Dynamics (CFD), computing finance, seismic analysis, molecular modeling, and genomics. Theoretically, P3 ECSs provide 19.5 TFLOPS of FP32 single-precision performance and 156 TFLOPS (sparsity disabled) or 312 TFLOPS (sparsity enabled) of TF32 peak tensor performance.

    +

    Specifications

    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Table 3 P3 ECS specifications

    Flavor

    +

    vCPUs

    +

    Memory

    +

    (GiB)

    +

    Max./Assured Bandwidth (Gbit/s)

    +

    Max. PPS

    +

    (10,000)

    +

    Max. NIC Queues

    +

    Max. NICs

    +

    GPUs

    +

    GPU Memory

    +

    (GiB)

    +

    Virtualization

    +

    p3.2xlarge.8

    +

    8

    +

    64

    +

    10/4

    +

    100

    +

    4

    +

    4

    +

    1 × NVIDIA A100 80GB

    +

    80

    +

    KVM

    +

    p3.4xlarge.8

    +

    16

    +

    128

    +

    15/8

    +

    200

    +

    8

    +

    8

    +

    2 × NVIDIA A100 80GB

    +

    160

    +

    KVM

    +

    p3.8xlarge.8

    +

    32

    +

    256

    +

    25/15

    +

    350

    +

    16

    +

    8

    +

    4 × NVIDIA A100 80GB

    +

    320

    +

    KVM

    +

    p3.16xlarge.8

    +

    64

    +

    512

    +

    36/30

    +

    700

    +

    32

    +

    8

    +

    8 × NVIDIA A100 80GB

    +

    640

    +

    KVM

    +
    +
    +

    P3 ECS Features

    +
    • CPU: 2nd Generation Intel® Xeon® Scalable 6248R processors and 3.0 GHz of base frequency
    • Up to eight NVIDIA A100 GPUs on an ECS
    • NVIDIA CUDA parallel computing and common deep learning frameworks, such as TensorFlow, Caffe, PyTorch, and MXNet
    • 19.5 TFLOPS of single-precision computing and 9.7 TFLOPS of double-precision computing on a single GPU
    • NVIDIA Tensor cores with 156 TFLOPS of single- and double-precision computing for deep learning
    • Up to 40 Gbit/s of network bandwidth on a single ECS
    • 80 GB HBM2 GPU memory per graphics card, with a bandwidth of 1,935 Gbit/s
    • Comprehensive basic capabilities

      Networks are user-defined, subnets can be divided, and network access policies can be configured as needed. Mass storage is used, elastic capacity expansion as well as backup and restoration are supported to make data more secure. Auto Scaling allows you to add or reduce the number of ECSs quickly.

      +
    • Flexibility

      Similar to other types of ECSs, P3 ECSs can be provisioned in a few minutes.

      +
    • Excellent supercomputing ecosystem

      The supercomputing ecosystem allows you to build up a flexible, high-performance, cost-effective computing platform. A large number of HPC applications and deep-learning frameworks can run on P3 ECSs.

      +
    +

    Supported Common Software

    +

    P3 ECSs are used in computing acceleration scenarios, such as deep learning training, inference, scientific computing, molecular modeling, and seismic analysis. If the software is required to support GPU CUDA, use P3 ECSs. P3 ECSs support the following commonly used software:

    +
    • Common deep learning frameworks, such as TensorFlow, Spark, PyTorch, MXNet, and Caffee
    • CUDA GPU rendering supported by RedShift for Autodesk 3dsMax and V-Ray for 3ds Max
    • Agisoft PhotoScan
    • MapD
    • More than 2,000 GPU-accelerated applications such as Amber, NAMD, and VASP
    +

    Notes

    +
    • P3 ECSs support the following OSs:
      • Ubuntu 20.04 server 64bit
      • Ubuntu 18.04 server 64bit
      • CentOS 8.2 64bit
      • CentOS 8.1 64bit
      • CentOS 8.0 64bit
      • CentOS 7.9 64bit
      • CentOS 7.8 64bit
      • CentOS 7.7 64bit
      • CentOS 7.6 64bit
      +
    • If a P3 ECS is created using a private image, make sure that the Tesla driver has been installed during the private image creation. If not, install the driver for computing acceleration after the ECS is created. For details, see Installing a Tesla Driver and CUDA Toolkit on a GPU-accelerated ECS.
    +

    Computing-accelerated P2s

    Overview

    P2s ECSs use NVIDIA Tesla V100 GPUs to provide flexibility, high-performance computing, and cost-effectiveness. P2s ECSs provide outstanding general computing capabilities and have strengths in AI-based deep learning, scientific computing, Computational Fluid Dynamics (CFD), computing finance, seismic analysis, molecular modeling, and genomics.

    Specifications

    -
    Table 3 P2s ECS specifications

    Flavor

    +
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -266,36 +394,36 @@

    Supported Common Software

    P2s ECSs are used in computing acceleration scenarios, such as deep learning training, inference, scientific computing, molecular modeling, and seismic analysis. If the software is required to support GPU CUDA, use P2s ECSs. P2s ECSs support the following commonly used software:
    • Common deep learning frameworks, such as TensorFlow, Caffe, PyTorch, and MXNet
    • CUDA GPU rendering supported by RedShift for Autodesk 3dsMax and V-Ray for 3ds Max
    • Agisoft PhotoScan
    • MapD
    -
    Notes
    • Table 4 lists the OSs supported by P2s ECSs. -
    Table 4 P2s ECS specifications

    Flavor

    vCPUs

    +

    vCPUs

    Memory

    +

    Memory

    (GiB)

    Max./Assured Bandwidth (Gbit/s)

    +

    Max./Assured Bandwidth (Gbit/s)

    Max. PPS (10,000)

    +

    Max. PPS (10,000)

    Max. NIC Queues

    +

    Max. NIC Queues

    Max. NICs

    +

    Max. NICs

    GPUs

    +

    GPUs

    GPU Connection

    +

    GPU Connection

    GPU Memory (GiB)

    +

    GPU Memory (GiB)

    Virtualization

    +

    Virtualization

    Hardware

    +

    Hardware

    p2s.2xlarge.8

    +

    p2s.2xlarge.8

    8

    +

    8

    64

    +

    64

    10/4

    +

    10/4

    50

    +

    50

    4

    +

    4

    4

    +

    4

    1 × V100

    +

    1 × V100

    PCIe Gen3

    +

    PCIe Gen3

    1 × 32 GiB

    +

    1 × 32 GiB

    KVM

    +

    KVM

    CPU: 2nd Generation Intel® Xeon® Scalable Processor 6278

    +

    CPU: 2nd Generation Intel® Xeon® Scalable Processor 6278

    p2s.4xlarge.8

    +

    p2s.4xlarge.8

    16

    +

    16

    128

    +

    128

    15/8

    +

    15/8

    100

    +

    100

    8

    +

    8

    8

    +

    8

    2 × V100

    +

    2 × V100

    PCIe Gen3

    +

    PCIe Gen3

    2 × 32 GiB

    +

    2 × 32 GiB

    KVM

    +

    KVM

    p2s.8xlarge.8

    +

    p2s.8xlarge.8

    32

    +

    32

    256

    +

    256

    25/15

    +

    25/15

    200

    +

    200

    16

    +

    16

    8

    +

    8

    4 × V100

    +

    4 × V100

    PCIe Gen3

    +

    PCIe Gen3

    4 × 32 GiB

    +

    4 × 32 GiB

    KVM

    +

    KVM

    p2s.16xlarge.8

    +

    p2s.16xlarge.8

    64

    +

    64

    512

    +

    512

    30/30

    +

    30/30

    400

    +

    400

    32

    +

    32

    8

    +

    8

    8 × V100

    +

    8 × V100

    PCIe Gen3

    +

    PCIe Gen3

    8 × 32 GiB

    +

    8 × 32 GiB

    KVM

    +

    KVM

    Table 4 Supported OS versions

    OS

    +
    Notes
    • Table 5 lists the OSs supported by P2s ECSs. +
      - - - - - - - - - - - @@ -304,136 +432,136 @@
    • By default, P2s ECSs created using a Windows public image have the Tesla driver installed.
    • If a P2s ECS is created using a private image, make sure that the Tesla driver was installed during the private image creation. If not, install the driver for computing acceleration after the ECS is created. For details, see Installing a Tesla Driver and CUDA Toolkit on a GPU-accelerated ECS.
    • -

      Computing-accelerated P2v

      Overview

      +

      Computing-accelerated P2v

      Overview

      P2v ECSs use NVIDIA Tesla V100 GPUs and deliver high flexibility, high-performance computing, and high cost-effectiveness. These ECSs use GPU NVLink for direct communication between GPUs, improving data transmission efficiency. P2v ECSs provide outstanding general computing capabilities and have strengths in AI-based deep learning, scientific computing, Computational Fluid Dynamics (CFD), computing finance, seismic analysis, molecular modeling, and genomics.

      Specifications

      -
      Table 5 Supported OS versions

      OS

      Version

      +

      Version

      CentOS

      +

      CentOS

      CentOS 7.9 64bit

      +

      CentOS 7.9 64bit

      EulerOS

      +

      EulerOS

      EulerOS 2.5 64bit

      +

      EulerOS 2.5 64bit

      Oracle Linux

      +

      Oracle Linux

      Oracle Linux Server release 7.6 64bit

      +

      Oracle Linux Server release 7.6 64bit

      Ubuntu

      +

      Ubuntu

      • Ubuntu 20.04 server 64bit
      • Ubuntu 18.04 server 64bit
      +
      • Ubuntu 20.04 server 64bit
      • Ubuntu 18.04 server 64bit

      Windows

      +

      Windows

      • Windows Server 2019 Standard 64bit
      • Windows Server 2016 Standard 64bit
      • Windows Server 2012 R2 Standard 64bit
      +
      • Windows Server 2019 Standard 64bit
      • Windows Server 2016 Standard 64bit
      • Windows Server 2012 R2 Standard 64bit
      Table 5 P2v ECS specifications

      Flavor

      +
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Table 6 P2v ECS specifications

      Flavor

      vCPUs

      +

      vCPUs

      Memory

      +

      Memory

      (GiB)

      Max./Assured Bandwidth (Gbit/s)

      +

      Max./Assured Bandwidth (Gbit/s)

      Max. PPS (10,000)

      +

      Max. PPS (10,000)

      Max. NIC Queues

      +

      Max. NIC Queues

      Max. NICs

      +

      Max. NICs

      GPUs

      +

      GPUs

      GPU Connection

      +

      GPU Connection

      GPU Memory

      +

      GPU Memory

      (GiB)

      Virtualization

      +

      Virtualization

      Hardware

      +

      Hardware

      p2v.2xlarge.8

      +

      p2v.2xlarge.8

      8

      +

      8

      64

      +

      64

      10/4

      +

      10/4

      50

      +

      50

      4

      +

      4

      4

      +

      4

      1 × V100

      +

      1 × V100

      N/A

      +

      N/A

      1 × 16 GiB

      +

      1 × 16 GiB

      KVM

      +

      KVM

      CPU: Intel® Xeon® Skylake-SP Gold 6151 v5

      +

      CPU: Intel® Xeon® Skylake-SP Gold 6151 v5

      p2v.4xlarge.8

      +

      p2v.4xlarge.8

      16

      +

      16

      128

      +

      128

      15/8

      +

      15/8

      100

      +

      100

      8

      +

      8

      8

      +

      8

      2 × V100

      +

      2 × V100

      NVLink

      +

      NVLink

      2 × 16 GiB

      +

      2 × 16 GiB

      KVM

      +

      KVM

      p2v.8xlarge.8

      +

      p2v.8xlarge.8

      32

      +

      32

      256

      +

      256

      25/15

      +

      25/15

      200

      +

      200

      16

      +

      16

      8

      +

      8

      4 × V100

      +

      4 × V100

      NVLink

      +

      NVLink

      4 × 16 GiB

      +

      4 × 16 GiB

      KVM

      +

      KVM

      p2v.16xlarge.8

      +

      p2v.16xlarge.8

      64

      +

      64

      512

      +

      512

      30/30

      +

      30/30

      400

      +

      400

      32

      +

      32

      8

      +

      8

      8 × V100

      +

      8 × V100

      NVLink

      +

      NVLink

      8 × 16 GiB

      +

      8 × 16 GiB

      KVM

      +

      KVM

      -
      P2v ECS Features
      • CPU: Intel® Xeon® Scalable 6151 processors (3.0 GHz of base frequency and 3.4 GHz of turbo frequency)
      • Up to eight NVIDIA Tesla V100 GPUs on an ECS
      • NVIDIA CUDA parallel computing and common deep learning frameworks, such as TensorFlow, Caffe, PyTorch, and MXNet
      • 15.7 TFLOPS of single-precision computing and 7.8 TFLOPS of double-precision computing
      • NVIDIA Tensor cores with 125 TFLOPS of single- and double-precision computing for deep learning
      • Up to 30 Gbit/s of network bandwidth on a single ECS
      • 16 GiB of HBM2 GPU memory with a bandwidth of 900 Gbit/s
      • Comprehensive basic capabilities

        Networks are user-defined, subnets can be divided, and network access policies can be configured as needed. Mass storage is used, elastic capacity expansion as well as backup and restoration are supported to make data more secure. Auto Scaling allows you to add or reduce the number of ECSs quickly.

        +
        P2v ECS Features
        • CPU: Intel® Xeon® Scalable 6151 processors (3.0 GHz of base frequency and 3.4 GHz of turbo frequency).
        • Up to eight NVIDIA Tesla V100 GPUs on an ECS
        • NVIDIA CUDA parallel computing and common deep learning frameworks, such as TensorFlow, Caffe, PyTorch, and MXNet
        • 15.7 TFLOPS of single-precision computing and 7.8 TFLOPS of double-precision computing
        • NVIDIA Tensor cores with 125 TFLOPS of single- and double-precision computing for deep learning
        • Up to 30 Gbit/s of network bandwidth on a single ECS
        • 16 GiB of HBM2 GPU memory with a bandwidth of 900 Gbit/s
        • Comprehensive basic capabilities

          Networks are user-defined, subnets can be divided, and network access policies can be configured as needed. Mass storage is used, elastic capacity expansion as well as backup and restoration are supported to make data more secure. Auto Scaling allows you to add or reduce the number of ECSs quickly.

        • Flexibility

          Similar to other types of ECSs, P2v ECSs can be provisioned in a few minutes.

        • Excellent supercomputing ecosystem

          The supercomputing ecosystem allows you to build up a flexible, high-performance, cost-effective computing platform. A large number of HPC applications and deep-learning frameworks can run on P2v ECSs.

          @@ -442,36 +570,36 @@

          Supported Common Software

          P2v ECSs are used in computing acceleration scenarios, such as deep learning training, inference, scientific computing, molecular modeling, and seismic analysis. If the software is required to support GPU CUDA, use P2v ECSs. P2v ECSs support the following commonly used software:
          • Common deep learning frameworks, such as TensorFlow, Caffe, PyTorch, and MXNet
          • CUDA GPU rendering supported by RedShift for Autodesk 3dsMax and V-Ray for 3ds Max
          • Agisoft PhotoScan
          • MapD
          -
          Notes
          • Table 6 lists the OSs supported by P2v ECSs. -
            Table 6 Supported OS versions

            OS

            +
            Notes
            • Table 7 lists the OSs supported by P2v ECSs. +
              - - - - - - - - - - - @@ -483,105 +611,105 @@

              Computing-accelerated P2

              Overview

              Compared with P1 ECSs, P2 ECSs use NVIDIA Tesla V100 GPUs, which have improved both single- and double-precision computing capabilities by 50% and offer 112 TFLOPS of deep learning.

              Specifications -
              Table 7 Supported OS versions

              OS

              Version

              +

              Version

              CentOS

              +

              CentOS

              CentOS 7.9 64bit

              +

              CentOS 7.9 64bit

              EulerOS

              +

              EulerOS

              EulerOS 2.5 64bit

              +

              EulerOS 2.5 64bit

              Oracle Linux

              +

              Oracle Linux

              Oracle Linux Server release 7.6 64bit

              +

              Oracle Linux Server release 7.6 64bit

              Ubuntu

              +

              Ubuntu

              • Ubuntu 20.04 server 64bit
              • Ubuntu 18.04 server 64bit
              +
              • Ubuntu 20.04 server 64bit
              • Ubuntu 18.04 server 64bit

              Windows

              +

              Windows

              • Windows Server 2019 Standard 64bit
              • Windows Server 2016 Standard 64bit
              • Windows Server 2012 R2 Standard 64bit
              +
              • Windows Server 2019 Standard 64bit
              • Windows Server 2016 Standard 64bit
              • Windows Server 2012 R2 Standard 64bit
              Table 7 P2 ECS specifications

              Flavor

              +
              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -593,41 +721,41 @@
            • Excellent supercomputing ecosystem

              The supercomputing ecosystem allows you to build up a flexible, high-performance, cost-effective computing platform. A large number of HPC applications and deep-learning frameworks can run on P2 ECSs.

            • -

              Supported Common Software

              +

              Supported Common Software

              P2 ECSs are used in computing acceleration scenarios, such as deep learning training, inference, scientific computing, molecular modeling, and seismic analysis. If the software requires GPU CUDA parallel computing, use P2 ECSs. P2 ECSs support the following commonly used software:
              • Common deep learning frameworks, such as TensorFlow, Caffe, PyTorch, and MXNet
              • CUDA GPU rendering supported by RedShift for Autodesk 3dsMax and V-Ray for 3ds Max
              • Agisoft PhotoScan
              • MapD
              Notes
              • The system disk of a P2 ECS must be greater than or equal to 15 GiB. It is recommended that the system disk be greater than 40 GiB.
              • The local NVMe SSDs attached to P2 ECSs are dedicated for services with strict requirements on storage I/O performance, such as deep learning training and HPC. Local disks are attached to the ECSs of specified flavors and cannot be separately bought. In addition, you are not allowed to detach a local disk and then attach it to another ECS.

                Data may be lost on the local NVMe SSDs attached to P2 ECSs due to a fault, for example, due to a disk or host fault. Therefore, you are suggested to store only temporary data in local NVMe SSDs. If you store important data in such a disk, securely back up the data.

                -
              • P2 ECSs do not support specifications modification.
              • Table 8 lists the OSs supported by P2 ECSs. -
              Table 8 P2 ECS specifications

              Flavor

              vCPUs

              +

              vCPUs

              Memory

              +

              Memory

              (GiB)

              Max./Assured Bandwidth

              +

              Max./Assured Bandwidth

              (Gbit/s)

              Max. PPS

              +

              Max. PPS

              (10,000)

              Max. NIC Queues

              +

              Max. NIC Queues

              Max. NICs

              +

              Max. NICs

              GPUs

              +

              GPUs

              GPU Memory

              +

              GPU Memory

              (GiB)

              Local Disks

              +

              Local Disks

              Virtualization

              +

              Virtualization

              Hardware

              +

              Hardware

              p2.2xlarge.8

              +

              p2.2xlarge.8

              8

              +

              8

              64

              +

              64

              5/1.6

              +

              5/1.6

              35

              +

              35

              2

              +

              2

              12

              +

              12

              1 × V100

              +

              1 × V100

              1 × 16

              +

              1 × 16

              1 × 800 GiB NVMe

              +

              1 × 800 GiB NVMe

              KVM

              +

              KVM

              CPU: Intel® Xeon® Processor E5-2690 v4

              +

              CPU: Intel® Xeon® Processor E5-2690 v4

              p2.4xlarge.8

              +

              p2.4xlarge.8

              16

              +

              16

              128

              +

              128

              8/3.2

              +

              8/3.2

              70

              +

              70

              4

              +

              4

              12

              +

              12

              2 × V100

              +

              2 × V100

              2 × 16

              +

              2 × 16

              2 × 800 GiB NVMe

              +

              2 × 800 GiB NVMe

              KVM

              +

              KVM

              p2.8xlarge.8

              +

              p2.8xlarge.8

              32

              +

              32

              256

              +

              256

              10/6.5

              +

              10/6.5

              140

              +

              140

              8

              +

              8

              12

              +

              12

              4 × V100

              +

              4 × V100

              4 × 16

              +

              4 × 16

              4 × 800 GiB NVMe

              +

              4 × 800 GiB NVMe

              KVM

              +

              KVM

              Table 8 Supported OS versions

              OS

              +
            • P2 ECSs do not support specifications modification.
            • Table 9 lists the OSs supported by P2 ECSs. +
              - - - - - - - - - - - @@ -640,106 +768,106 @@

              P1 ECSs use NVIDIA Tesla P100 GPUs and provide flexibility, high performance, and cost-effectiveness. These ECSs support GPU Direct for direct communication between GPUs, improving data transmission efficiency. P1 ECSs provide outstanding general computing capabilities and have strengths in deep learning, graphic databases, high-performance databases, Computational Fluid Dynamics (CFD), computing finance, seismic analysis, molecular modeling, and genomics. They are designed for scientific computing.

              Specifications

              -
              Table 9 Supported OS versions

              OS

              Version

              +

              Version

              CentOS

              +

              CentOS

              CentOS 7.9 64bit

              +

              CentOS 7.9 64bit

              EulerOS

              +

              EulerOS

              EulerOS 2.5 64bit

              +

              EulerOS 2.5 64bit

              Oracle Linux

              +

              Oracle Linux

              Oracle Linux Server release 7.6 64bit

              +

              Oracle Linux Server release 7.6 64bit

              Ubuntu

              +

              Ubuntu

              • Ubuntu 20.04 server 64bit
              • Ubuntu 18.04 server 64bit
              +
              • Ubuntu 20.04 server 64bit
              • Ubuntu 18.04 server 64bit

              Windows

              +

              Windows

              • Windows Server 2019 Standard 64bit
              • Windows Server 2016 Standard 64bit
              • Windows Server 2012 R2 Standard 64bit
              +
              • Windows Server 2019 Standard 64bit
              • Windows Server 2016 Standard 64bit
              • Windows Server 2012 R2 Standard 64bit
              Table 9 P1 ECS specifications

              Flavor

              +
              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -755,31 +883,31 @@
              • Deep learning frameworks, such as TensorFlow, Caffe, PyTorch, and MXNet
              • RedShift for Autodesk 3dsMax, V-Ray for 3ds Max
              • Agisoft PhotoScan
              • MapD
              Notes
              • It is recommended that the system disk of a P1 ECS be greater than 40 GiB.
              • The local NVMe SSDs attached to P1 ECSs are dedicated for services with strict requirements on storage I/O performance, such as deep learning training and HPC. Local disks are attached to the ECSs of specified flavors and cannot be separately bought. In addition, you are not allowed to detach a local disk and then attach it to another ECS.

                Data may be lost on the local NVMe SSDs attached to P1 ECSs due to a fault, for example, due to a disk or host fault. Therefore, you are suggested to store only temporary data in local NVMe SSDs. If you store important data in such a disk, securely back up the data.

                -
              • After a P1 ECS is created, you must install the NVIDIA driver for computing acceleration. For details, see Installing a Tesla Driver and CUDA Toolkit on a GPU-accelerated ECS.
              • P1 ECSs do not support specifications modification.
              • Table 10 lists the OSs supported by P1 ECSs. -
              Table 10 P1 ECS specifications

              Flavor

              vCPUs

              +

              vCPUs

              Memory

              +

              Memory

              (GiB)

              Max./Assured Bandwidth

              +

              Max./Assured Bandwidth

              (Gbit/s)

              Max. PPS

              +

              Max. PPS

              (10,000)

              Max. NIC Queues

              +

              Max. NIC Queues

              Max. NICs

              +

              Max. NICs

              GPUs

              +

              GPUs

              GPU Memory

              +

              GPU Memory

              (GiB)

              Local Disks

              +

              Local Disks

              (GiB)

              Virtualization

              +

              Virtualization

              Hardware

              +

              Hardware

              p1.2xlarge.8

              +

              p1.2xlarge.8

              8

              +

              8

              64

              +

              64

              5/1.6

              +

              5/1.6

              35

              +

              35

              2

              +

              2

              12

              +

              12

              1 × P100

              +

              1 × P100

              1 × 16

              +

              1 × 16

              1 × 800

              +

              1 × 800

              KVM

              +

              KVM

              CPU: Intel® Xeon® Processor E5-2690 v4

              +

              CPU: Intel® Xeon® Processor E5-2690 v4

              p1.4xlarge.8

              +

              p1.4xlarge.8

              16

              +

              16

              128

              +

              128

              8/3.2

              +

              8/3.2

              70

              +

              70

              4

              +

              4

              12

              +

              12

              2 × P100

              +

              2 × P100

              2 × 16

              +

              2 × 16

              2 × 800

              +

              2 × 800

              KVM

              +

              KVM

              p1.8xlarge.8

              +

              p1.8xlarge.8

              32

              +

              32

              256

              +

              256

              10/6.5

              +

              10/6.5

              140

              +

              140

              8

              +

              8

              12

              +

              12

              4 × P100

              +

              4 × P100

              4 × 16

              +

              4 × 16

              4 × 800

              +

              4 × 800

              KVM

              +

              KVM

              Table 10 Supported OS versions

              OS

              +
            • After a P1 ECS is created, you must install the NVIDIA driver for computing acceleration. For details, see Installing a Tesla Driver and CUDA Toolkit on a GPU-accelerated ECS.
            • P1 ECSs do not support specifications modification.
            • Table 11 lists the OSs supported by P1 ECSs. +
              - - - - - - - - - @@ -793,134 +921,134 @@

              Specifications

              -
              Table 11 Supported OS versions

              OS

              Version

              +

              Version

              CentOS

              +

              CentOS

              CentOS 7.9 64bit

              +

              CentOS 7.9 64bit

              Debian

              +

              Debian

              • Debian GNU/Linux 11 64bit
              • Debian GNU/Linux 10 64bit
              +
              • Debian GNU/Linux 11 64bit
              • Debian GNU/Linux 10 64bit

              Oracle Linux

              +

              Oracle Linux

              Oracle Linux Server release 7.6 64bit

              +

              Oracle Linux Server release 7.6 64bit

              Ubuntu

              +

              Ubuntu

              • Ubuntu 20.04 server 64bit
              • Ubuntu 18.04 server 64bit
              +
              • Ubuntu 20.04 server 64bit
              • Ubuntu 18.04 server 64bit
              Table 11 PI2 ECS specifications

              Flavor

              +
              - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              Table 12 PI2 ECS specifications

              Flavor

              vCPUs

              +

              vCPUs

              Memory

              +

              Memory

              (GiB)

              Max./Assured Bandwidth

              +

              Max./Assured Bandwidth

              (Gbit/s)

              Max. PPS

              +

              Max. PPS

              (10,000)

              Max. NIC Queues

              +

              Max. NIC Queues

              Max. NICs

              +

              Max. NICs

              GPUs

              +

              GPUs

              GPU Memory

              +

              GPU Memory

              (GiB)

              Local Disks

              +

              Local Disks

              Virtualization

              +

              Virtualization

              Hardware

              +

              Hardware

              pi2.2xlarge.4

              +

              pi2.2xlarge.4

              8

              +

              8

              32

              +

              32

              10/4

              +

              10/4

              50

              +

              50

              4

              +

              4

              4

              +

              4

              1 × T4

              +

              1 × T4

              1 × 16 GiB

              +

              1 × 16 GiB

              N/A

              +

              N/A

              KVM

              +

              KVM

              CPU: Intel® Xeon® Skylake 6151 3.0 GHz or Intel® Xeon® Cascade Lake 6278 2.6 GHz

              +

              CPU: Intel® Xeon® Skylake 6151 3.0 GHz or Intel® Xeon® Cascade Lake 6278 2.6 GHz

              pi2.4xlarge.4

              +

              pi2.4xlarge.4

              16

              +

              16

              64

              +

              64

              15/8

              +

              15/8

              100

              +

              100

              8

              +

              8

              8

              +

              8

              2 × T4

              +

              2 × T4

              2 × 16 GiB

              +

              2 × 16 GiB

              N/A

              +

              N/A

              KVM

              +

              KVM

              pi2.8xlarge.4

              +

              pi2.8xlarge.4

              32

              +

              32

              128

              +

              128

              25/15

              +

              25/15

              200

              +

              200

              16

              +

              16

              8

              +

              8

              4 × T4

              +

              4 × T4

              4 × 16 GiB

              +

              4 × 16 GiB

              N/A

              +

              N/A

              KVM

              +

              KVM

              pi2.16xlarge.4

              +

              pi2.16xlarge.4

              64

              +

              64

              256

              +

              256

              30/30

              +

              30/30

              400

              +

              400

              32

              +

              32

              8

              +

              8

              8 × T4

              +

              8 × T4

              8 × 16 GiB

              +

              8 × 16 GiB

              N/A

              +

              N/A

              KVM

              +

              KVM

              -

              PI2 ECS Features

              +

              PI2 ECS Features

              • CPU: 2nd Generation Intel® Xeon® Scalable 6278 processors (2.6 GHz of base frequency and 3.5 GHz of turbo frequency), or Intel® Xeon® Scalable 6151 processors (3.0 GHz of base frequency and 3.4 GHz of turbo frequency)
              • Up to four NVIDIA Tesla T4 GPUs on an ECS
              • GPU hardware passthrough
              • Up to 8.1 TFLOPS of single-precision computing on a single GPU
              • Up to 130 TOPS of INT8 computing on a single GPU
              • 16 GiB of GDDR6 GPU memory with a bandwidth of 320 GiB/s on a single GPU
              • One NVENC engine and two NVDEC engines embedded

              Supported Common Software

              PI2 ECSs are used in GPU-based inference computing scenarios, such as image recognition, speech recognition, and natural language processing. The PI2 ECSs can also be used for light-load training.

              @@ -930,31 +1058,31 @@
              • After a PI2 ECS is stopped, basic resources including vCPUs, memory, and images are not billed, but its system disk is billed based on the disk capacity. If other products, such as EVS disks, EIP, and bandwidth are associated with the ECS, these products are billed separately.

                Resources are released after a PI2 ECS is stopped. If desired resources are insufficient when the PI2 ECS is started after being stopped, starting the ECS might fail. Therefore, if you need to use a PI2 ECS for a long time, keep the ECS running.

              -
              • Table 12 lists the OSs supported by PI2 ECSs. -
                Table 12 Supported OS versions

                OS

                +
                • Table 13 lists the OSs supported by PI2 ECSs. +
                  - - - - - - - - - diff --git a/docs/ecs/umn/en-us_topic_0140323152.html b/docs/ecs/umn/en-us_topic_0140323152.html index 35b5f3bc..8f7fde19 100644 --- a/docs/ecs/umn/en-us_topic_0140323152.html +++ b/docs/ecs/umn/en-us_topic_0140323152.html @@ -11,19 +11,22 @@ - - - - - @@ -62,7 +65,7 @@

                  Remotely Connecting to Linux ECSs Using SSH

                  • Example scenario:

                    After creating Linux ECSs, you can add a security group rule to enable remote SSH access to the ECSs.

                  • Security group rule: -
                  Table 13 Supported OS versions

                  OS

                  Version

                  +

                  Version

                  CentOS

                  +

                  CentOS

                  CentOS 7.9 64bit

                  +

                  CentOS 7.9 64bit

                  Oracle Linux

                  +

                  Oracle Linux

                  Oracle Linux Server release 7.6 64bit

                  +

                  Oracle Linux Server release 7.6 64bit

                  Ubuntu

                  +

                  Ubuntu

                  • Ubuntu 20.04 server 64bit
                  • Ubuntu 18.04 server 64bit
                  +
                  • Ubuntu 20.04 server 64bit
                  • Ubuntu 18.04 server 64bit

                  Windows

                  +

                  Windows

                  • Windows Server 2019 Standard 64bit
                  • Windows Server 2016 Standard 64bit
                  • Windows Server 2012 R2 Standard 64bit
                  +
                  • Windows Server 2019 Standard 64bit
                  • Windows Server 2016 Standard 64bit
                  • Windows Server 2012 R2 Standard 64bit

                  Protocol

                  Port

                  +

                  Port

                  Source

                  +

                  Source

                  Inbound

                  Used for communication through an internal network

                  +

                  TCP

                  +
                  NOTE:

                  Select a protocol used for communication through an internal network.

                  +

                  Port or port range

                  +

                  All

                  Another security group

                  +

                  ID of another security group

                  +

                  Example: 014d7278-XXX-530c95350d43

                  Direction

                  +
                  diff --git a/docs/ecs/umn/en-us_topic_0140323157.html b/docs/ecs/umn/en-us_topic_0140323157.html index 24170d4c..44b2439f 100644 --- a/docs/ecs/umn/en-us_topic_0140323157.html +++ b/docs/ecs/umn/en-us_topic_0140323157.html @@ -7,7 +7,7 @@

                  Security Group Rules

                  After a security group is created, you can add rules to the security group. A rule applies either to inbound traffic (ingress) or outbound traffic (egress). After ECSs are added to the security group, they are protected by the rules of that group.

                  Each security group has default rules. For details, see Default Security Group and Rules. You can also customize security group rules. For details, see Configuring Security Group Rules.

                  -

                  Security Group Constraints

                  • By default, you can create a maximum of 100 security groups in your cloud account.
                  • By default, you can add up to 50 security group rules to a security group.
                  • By default, you can associate no more than five security groups with each ECS or extension NIC. In such a case, the rules of all the selected security groups are aggregated to take effect.
                  • When creating a private network load balancer, you need to select a desired security group. Do not delete the default security group rules or ensure that the following requirements are met:
                    • Outbound rules: only allow data packets to the selected security group or only data packets from the peer load balancer.
                    • Inbound rules: only allow data packets from the selected security group or only data packets from the peer load balancer.
                    +

                    Security Group Constraints

                    • By default, you can create a maximum of 100 security groups in your cloud account.
                    • By default, you can add up to 50 security group rules to a security group.
                    • By default, you can add an ECS or extension NIC to up to five security groups. In such a case, the rules of all the selected security groups are aggregated to take effect.
                    • When creating a private network load balancer, you need to select a desired security group. Do not delete the default security group rules or ensure that the following requirements are met:
                      • Outbound rules: only allow data packets to the selected security group or only data packets from the peer load balancer.
                      • Inbound rules: only allow data packets from the selected security group or only data packets from the peer load balancer.
                  diff --git a/docs/ecs/umn/en-us_topic_0177512565.html b/docs/ecs/umn/en-us_topic_0177512565.html index 5a311cc3..1bbbddb7 100644 --- a/docs/ecs/umn/en-us_topic_0177512565.html +++ b/docs/ecs/umn/en-us_topic_0177512565.html @@ -2202,594 +2202,707 @@

                  Direction

                  Protocol

                  -
                  Table 13 P2s ECS specifications

                  Flavor

                  +
                  - - - - - - - - - - - - - - - - - - - - - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  Table 13 P3 ECS specifications

                  Flavor

                  vCPUs

                  +

                  vCPUs

                  Memory

                  -

                  (GiB)

                  +

                  Memory

                  +

                  (GiB)

                  Max./Assured Bandwidth (Gbit/s)

                  +

                  Max./Assured Bandwidth (Gbit/s)

                  Max. PPS (10,000)

                  +

                  Max. PPS

                  +

                  (10,000)

                  Max. NIC Queues

                  +

                  Max. NIC Queues

                  Max. NICs

                  +

                  Max. NICs

                  GPUs

                  +

                  GPUs

                  GPU Connection

                  +

                  GPU Memory

                  +

                  (GiB)

                  GPU Memory (GiB)

                  -

                  Virtualization

                  -

                  Hardware

                  +

                  Virtualization

                  p2s.2xlarge.8

                  +

                  p3.2xlarge.8

                  8

                  +

                  8

                  64

                  +

                  64

                  10/4

                  +

                  10/4

                  50

                  +

                  100

                  4

                  +

                  4

                  4

                  +

                  4

                  1 × V100

                  +

                  1 × NVIDIA A100 80GB

                  PCIe Gen3

                  +

                  80

                  1 × 32 GiB

                  +

                  KVM

                  KVM

                  +

                  p3.4xlarge.8

                  CPU: 2nd Generation Intel® Xeon® Scalable Processor 6278

                  +

                  16

                  +

                  128

                  +

                  15/8

                  +

                  200

                  +

                  8

                  +

                  8

                  +

                  2 × NVIDIA A100 80GB

                  +

                  160

                  +

                  KVM

                  +

                  p3.8xlarge.8

                  +

                  32

                  +

                  256

                  +

                  25/15

                  +

                  350

                  +

                  16

                  +

                  8

                  +

                  4 × NVIDIA A100 80GB

                  +

                  320

                  +

                  KVM

                  +

                  p3.16xlarge.8

                  +

                  64

                  +

                  512

                  +

                  36/30

                  +

                  700

                  +

                  32

                  +

                  8

                  +

                  8 × NVIDIA A100 80GB

                  +

                  640

                  +

                  KVM

                  +
                  +
                  + +
                  + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                  Table 14 P2s ECS specifications

                  Flavor

                  +

                  vCPUs

                  +

                  Memory

                  +

                  (GiB)

                  +

                  Max./Assured Bandwidth (Gbit/s)

                  +

                  Max. PPS (10,000)

                  +

                  Max. NIC Queues

                  +

                  Max. NICs

                  +

                  GPUs

                  +

                  GPU Connection

                  +

                  GPU Memory (GiB)

                  +

                  Virtualization

                  +

                  Hardware

                  +

                  p2s.2xlarge.8

                  +

                  8

                  +

                  64

                  +

                  10/4

                  +

                  50

                  +

                  4

                  +

                  4

                  +

                  1 × V100

                  +

                  PCIe Gen3

                  +

                  1 × 32 GiB

                  +

                  KVM

                  +

                  CPU: 2nd Generation Intel® Xeon® Scalable Processor 6278

                  p2s.4xlarge.8

                  +

                  p2s.4xlarge.8

                  16

                  +

                  16

                  128

                  +

                  128

                  15/8

                  +

                  15/8

                  100

                  +

                  100

                  8

                  +

                  8

                  8

                  +

                  8

                  2 × V100

                  +

                  2 × V100

                  PCIe Gen3

                  +

                  PCIe Gen3

                  2 × 32 GiB

                  +

                  2 × 32 GiB

                  KVM

                  +

                  KVM

                  p2s.8xlarge.8

                  +

                  p2s.8xlarge.8

                  32

                  +

                  32

                  256

                  +

                  256

                  25/15

                  +

                  25/15

                  200

                  +

                  200

                  16

                  +

                  16

                  8

                  +

                  8

                  4 × V100

                  +

                  4 × V100

                  PCIe Gen3

                  +

                  PCIe Gen3

                  4 × 32 GiB

                  +

                  4 × 32 GiB

                  KVM

                  +

                  KVM

                  p2s.16xlarge.8

                  +

                  p2s.16xlarge.8

                  64

                  +

                  64

                  512

                  +

                  512

                  30/30

                  +

                  30/30

                  400

                  +

                  400

                  32

                  +

                  32

                  8

                  +

                  8

                  8 × V100

                  +

                  8 × V100

                  PCIe Gen3

                  +

                  PCIe Gen3

                  8 × 32 GiB

                  +

                  8 × 32 GiB

                  KVM

                  +

                  KVM

                  -
                  Table 14 P2v ECS specifications

                  Flavor

                  +
                  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                  Table 15 P2v ECS specifications

                  Flavor

                  vCPUs

                  +

                  vCPUs

                  Memory

                  +

                  Memory

                  (GiB)

                  Max./Assured Bandwidth (Gbit/s)

                  +

                  Max./Assured Bandwidth (Gbit/s)

                  Max. PPS (10,000)

                  +

                  Max. PPS (10,000)

                  Max. NIC Queues

                  +

                  Max. NIC Queues

                  Max. NICs

                  +

                  Max. NICs

                  GPUs

                  +

                  GPUs

                  GPU Connection

                  +

                  GPU Connection

                  GPU Memory

                  +

                  GPU Memory

                  (GiB)

                  Virtualization

                  +

                  Virtualization

                  Hardware

                  +

                  Hardware

                  p2v.2xlarge.8

                  +

                  p2v.2xlarge.8

                  8

                  +

                  8

                  64

                  +

                  64

                  10/4

                  +

                  10/4

                  50

                  +

                  50

                  4

                  +

                  4

                  4

                  +

                  4

                  1 × V100

                  +

                  1 × V100

                  N/A

                  +

                  N/A

                  1 × 16 GiB

                  +

                  1 × 16 GiB

                  KVM

                  +

                  KVM

                  CPU: Intel® Xeon® Skylake-SP Gold 6151 v5

                  +

                  CPU: Intel® Xeon® Skylake-SP Gold 6151 v5

                  p2v.4xlarge.8

                  +

                  p2v.4xlarge.8

                  16

                  +

                  16

                  128

                  +

                  128

                  15/8

                  +

                  15/8

                  100

                  +

                  100

                  8

                  +

                  8

                  8

                  +

                  8

                  2 × V100

                  +

                  2 × V100

                  NVLink

                  +

                  NVLink

                  2 × 16 GiB

                  +

                  2 × 16 GiB

                  KVM

                  +

                  KVM

                  p2v.8xlarge.8

                  +

                  p2v.8xlarge.8

                  32

                  +

                  32

                  256

                  +

                  256

                  25/15

                  +

                  25/15

                  200

                  +

                  200

                  16

                  +

                  16

                  8

                  +

                  8

                  4 × V100

                  +

                  4 × V100

                  NVLink

                  +

                  NVLink

                  4 × 16 GiB

                  +

                  4 × 16 GiB

                  KVM

                  +

                  KVM

                  p2v.16xlarge.8

                  +

                  p2v.16xlarge.8

                  64

                  +

                  64

                  512

                  +

                  512

                  30/30

                  +

                  30/30

                  400

                  +

                  400

                  32

                  +

                  32

                  8

                  +

                  8

                  8 × V100

                  +

                  8 × V100

                  NVLink

                  +

                  NVLink

                  8 × 16 GiB

                  +

                  8 × 16 GiB

                  KVM

                  +

                  KVM

                  -
                  Table 15 P2 ECS specifications

                  Flavor

                  +
                  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                  Table 16 P2 ECS specifications

                  Flavor

                  vCPUs

                  +

                  vCPUs

                  Memory

                  +

                  Memory

                  (GiB)

                  Max./Assured Bandwidth

                  +

                  Max./Assured Bandwidth

                  (Gbit/s)

                  Max. PPS

                  +

                  Max. PPS

                  (10,000)

                  Max. NIC Queues

                  +

                  Max. NIC Queues

                  Max. NICs

                  +

                  Max. NICs

                  GPUs

                  +

                  GPUs

                  GPU Memory

                  +

                  GPU Memory

                  (GiB)

                  Local Disks

                  +

                  Local Disks

                  Virtualization

                  +

                  Virtualization

                  Hardware

                  +

                  Hardware

                  p2.2xlarge.8

                  +

                  p2.2xlarge.8

                  8

                  +

                  8

                  64

                  +

                  64

                  5/1.6

                  +

                  5/1.6

                  35

                  +

                  35

                  2

                  +

                  2

                  12

                  +

                  12

                  1 × V100

                  +

                  1 × V100

                  1 × 16

                  +

                  1 × 16

                  1 × 800 GiB NVMe

                  +

                  1 × 800 GiB NVMe

                  KVM

                  +

                  KVM

                  CPU: Intel® Xeon® Processor E5-2690 v4

                  +

                  CPU: Intel® Xeon® Processor E5-2690 v4

                  p2.4xlarge.8

                  +

                  p2.4xlarge.8

                  16

                  +

                  16

                  128

                  +

                  128

                  8/3.2

                  +

                  8/3.2

                  70

                  +

                  70

                  4

                  +

                  4

                  12

                  +

                  12

                  2 × V100

                  +

                  2 × V100

                  2 × 16

                  +

                  2 × 16

                  2 × 800 GiB NVMe

                  +

                  2 × 800 GiB NVMe

                  KVM

                  +

                  KVM

                  p2.8xlarge.8

                  +

                  p2.8xlarge.8

                  32

                  +

                  32

                  256

                  +

                  256

                  10/6.5

                  +

                  10/6.5

                  140

                  +

                  140

                  8

                  +

                  8

                  12

                  +

                  12

                  4 × V100

                  +

                  4 × V100

                  4 × 16

                  +

                  4 × 16

                  4 × 800 GiB NVMe

                  +

                  4 × 800 GiB NVMe

                  KVM

                  +

                  KVM

                  -
                  Table 16 P1 ECS specifications

                  Flavor

                  +
                  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                  Table 17 P1 ECS specifications

                  Flavor

                  vCPUs

                  +

                  vCPUs

                  Memory

                  +

                  Memory

                  (GiB)

                  Max./Assured Bandwidth

                  +

                  Max./Assured Bandwidth

                  (Gbit/s)

                  Max. PPS

                  +

                  Max. PPS

                  (10,000)

                  Max. NIC Queues

                  +

                  Max. NIC Queues

                  Max. NICs

                  +

                  Max. NICs

                  GPUs

                  +

                  GPUs

                  GPU Memory

                  +

                  GPU Memory

                  (GiB)

                  Local Disks

                  +

                  Local Disks

                  (GiB)

                  Virtualization

                  +

                  Virtualization

                  Hardware

                  +

                  Hardware

                  p1.2xlarge.8

                  +

                  p1.2xlarge.8

                  8

                  +

                  8

                  64

                  +

                  64

                  5/1.6

                  +

                  5/1.6

                  35

                  +

                  35

                  2

                  +

                  2

                  12

                  +

                  12

                  1 × P100

                  +

                  1 × P100

                  1 × 16

                  +

                  1 × 16

                  1 × 800

                  +

                  1 × 800

                  KVM

                  +

                  KVM

                  CPU: Intel® Xeon® Processor E5-2690 v4

                  +

                  CPU: Intel® Xeon® Processor E5-2690 v4

                  p1.4xlarge.8

                  +

                  p1.4xlarge.8

                  16

                  +

                  16

                  128

                  +

                  128

                  8/3.2

                  +

                  8/3.2

                  70

                  +

                  70

                  4

                  +

                  4

                  12

                  +

                  12

                  2 × P100

                  +

                  2 × P100

                  2 × 16

                  +

                  2 × 16

                  2 × 800

                  +

                  2 × 800

                  KVM

                  +

                  KVM

                  p1.8xlarge.8

                  +

                  p1.8xlarge.8

                  32

                  +

                  32

                  256

                  +

                  256

                  10/6.5

                  +

                  10/6.5

                  140

                  +

                  140

                  8

                  +

                  8

                  12

                  +

                  12

                  4 × P100

                  +

                  4 × P100

                  4 × 16

                  +

                  4 × 16

                  4 × 800

                  +

                  4 × 800

                  KVM

                  +

                  KVM

                  -
                  Table 17 PI2 ECS specifications

                  Flavor

                  +
                  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                  Table 18 PI2 ECS specifications

                  Flavor

                  vCPUs

                  +

                  vCPUs

                  Memory

                  +

                  Memory

                  (GiB)

                  Max./Assured Bandwidth

                  +

                  Max./Assured Bandwidth

                  (Gbit/s)

                  Max. PPS

                  +

                  Max. PPS

                  (10,000)

                  Max. NIC Queues

                  +

                  Max. NIC Queues

                  Max. NICs

                  +

                  Max. NICs

                  GPUs

                  +

                  GPUs

                  GPU Memory

                  +

                  GPU Memory

                  (GiB)

                  Local Disks

                  +

                  Local Disks

                  Virtualization

                  +

                  Virtualization

                  Hardware

                  +

                  Hardware

                  pi2.2xlarge.4

                  +

                  pi2.2xlarge.4

                  8

                  +

                  8

                  32

                  +

                  32

                  10/4

                  +

                  10/4

                  50

                  +

                  50

                  4

                  +

                  4

                  4

                  +

                  4

                  1 × T4

                  +

                  1 × T4

                  1 × 16 GiB

                  +

                  1 × 16 GiB

                  N/A

                  +

                  N/A

                  KVM

                  +

                  KVM

                  CPU: Intel® Xeon® Skylake 6151 3.0 GHz or Intel® Xeon® Cascade Lake 6278 2.6 GHz

                  +

                  CPU: Intel® Xeon® Skylake 6151 3.0 GHz or Intel® Xeon® Cascade Lake 6278 2.6 GHz

                  pi2.4xlarge.4

                  +

                  pi2.4xlarge.4

                  16

                  +

                  16

                  64

                  +

                  64

                  15/8

                  +

                  15/8

                  100

                  +

                  100

                  8

                  +

                  8

                  8

                  +

                  8

                  2 × T4

                  +

                  2 × T4

                  2 × 16 GiB

                  +

                  2 × 16 GiB

                  N/A

                  +

                  N/A

                  KVM

                  +

                  KVM

                  pi2.8xlarge.4

                  +

                  pi2.8xlarge.4

                  32

                  +

                  32

                  128

                  +

                  128

                  25/15

                  +

                  25/15

                  200

                  +

                  200

                  16

                  +

                  16

                  8

                  +

                  8

                  4 × T4

                  +

                  4 × T4

                  4 × 16 GiB

                  +

                  4 × 16 GiB

                  N/A

                  +

                  N/A

                  KVM

                  +

                  KVM

                  pi2.16xlarge.4

                  +

                  pi2.16xlarge.4

                  64

                  +

                  64

                  256

                  +

                  256

                  30/30

                  +

                  30/30

                  400

                  +

                  400

                  32

                  +

                  32

                  8

                  +

                  8

                  8 × T4

                  +

                  8 × T4

                  8 × 16 GiB

                  +

                  8 × 16 GiB

                  N/A

                  +

                  N/A

                  KVM

                  +

                  KVM