Git Product home page Git Product logo

Comments (2)

snay2 avatar snay2 commented on June 4, 2024

EBS storage is different from instance storage, and since it's on the network rather than physically attached to the host computer, it's available in a wide range of sizes.

The particular issue you're experiencing here is that there are no instances that have >= 2 vCPUs, >= 256 GB instance storage, and exactly 4 GB of memory. If you use --memory-min instead of -m, you'll get more results (shown here with table-wide so you can see the full specs of the instances):

$  ec2-instance-selector --vcpus-min 2 --instance-storage-min 256G --memory-min 4G --output table-wide
Instance Type  VCPUs   Mem (GiB)  Hypervisor  Current Gen  Hibernation Support  CPU Arch  Network Performance  ENIs    GPUs    GPU Mem (GiB)  GPU Info  On-Demand Price/Hr  Spot Price/Hr (30d avg)  
-------------  -----   ---------  ----------  -----------  -------------------  --------  -------------------  ----    ----    -------------  --------  ------------------  -----------------------  
c5ad.12xlarge  48      96         nitro       true         false                x86_64    12 Gigabit           8       0       0              none      $2.064              $0.4561                  
c5ad.16xlarge  64      128        nitro       true         false                x86_64    20 Gigabit           15      0       0              none      $2.752              $0.6081                  
c5ad.24xlarge  96      192        nitro       true         false                x86_64    20 Gigabit           15      0       0              none      $4.128              $0.9122                  
c5ad.2xlarge   8       16         nitro       true         false                x86_64    Up to 10 Gigabit     4       0       0              none      $0.344              $0.07743                 
c5ad.4xlarge   16      32         nitro       true         false                x86_64    Up to 10 Gigabit     8       0       0              none      $0.688              $0.15775                 
c5ad.8xlarge   32      64         nitro       true         false                x86_64    10 Gigabit           8       0       0              none      $1.376              $0.30418                 
c5d.12xlarge   48      96         nitro       true         true                 x86_64    12 Gigabit           8       0       0              none      $2.304              $0.45891                 
c5d.18xlarge   72      144        nitro       true         true                 x86_64    25 Gigabit           15      0       0              none      $3.456              $0.74369                 
c5d.24xlarge   96      192        nitro       true         false                x86_64    25 Gigabit           15      0       0              none      $4.608              $1.07077                 
c5d.4xlarge    16      32         nitro       true         true                 x86_64    Up to 10 Gigabit     8       0       0              none      $0.768              $0.15676                 
c5d.9xlarge    36      72         nitro       true         true                 x86_64    10 Gigabit           8       0       0              none      $1.728              $0.37967                 
c5d.metal      96      192        none        true         false                x86_64    25 Gigabit           15      0       0              none      $4.608              $0.9122                  
c6gd.12xlarge  48      96         nitro       true         false                arm64     20 Gigabit           8       0       0              none      $1.8432             $0.4789                  
c6gd.16xlarge  64      128        nitro       true         false                arm64     25 Gigabit           15      0       0              none      $2.4576             $0.6385                  
c6gd.2xlarge   8       16         nitro       true         false                arm64     Up to 10 Gigabit     4       0       0              none      $0.3072             $0.0798                  
c6gd.4xlarge   16      32         nitro       true         false                arm64     Up to 10 Gigabit     8       0       0              none      $0.6144             $0.1596                  
c6gd.8xlarge   32      64         nitro       true         false                arm64     12 Gigabit           8       0       0              none      $1.2288             $0.32001                 
c6gd.metal     64      128        none        true         false                arm64     25 Gigabit           15      0       0              none      $2.4576             $0.6385                  
c6id.12xlarge  48      96         nitro       true         false                x86_64    18.75 Gigabit        8       0       0              none      $2.4192             $0.4789                  
c6id.16xlarge  64      128        nitro       true         false                x86_64    25 Gigabit           15      0       0              none      $3.2256             $0.6385
NOTE: 162 entries were truncated, increase --max-results to see more

Note that if you want your root volume to be EBS, you can use any of the instances returned by ec2-instance-selector --vcpus-min 2 -m 4G, because EBS volume sizes are independent of the instance type. You specify that at the time you create the instance.

from amazon-ec2-instance-selector.

pcolmer avatar pcolmer commented on June 4, 2024

Thank you, @snay2, for the clarification.

from amazon-ec2-instance-selector.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.