Git Product home page Git Product logo

Comments (2)

matti avatar matti commented on May 25, 2024 1

VT1 instances support FFmpeg frameworks enabling developer...

how about --fmpeg=false :___D

from amazon-ec2-instance-selector.

bwagner5 avatar bwagner5 commented on May 25, 2024

For the inf1 family, instance-selector could add support for accelerators since that is returned in DescribeInstanceTypes:

$ ec2-instance-selector --allow-list inf1 --max-results=1 --verbose
... 
        "InferenceAcceleratorInfo": {
            "Accelerators": [
                {
                    "Count": 16,
                    "Manufacturer": "AWS",
                    "Name": "Inferentia"
                }
            ]
        },

I don't see anything from DescribeInstanceTypes to signify FFmpeg support, so I'm not sure what could be sustainably added to remove these:

$ ec2-instance-selector --allow-list vt1 --max-results=1 --verbose
...
 {
        "AutoRecoverySupported": true,
        "BareMetal": false,
        "BurstablePerformanceSupported": false,
        "CurrentGeneration": true,
        "DedicatedHostsSupported": false,
        "EbsInfo": {
            "EbsOptimizedInfo": {
                "BaselineBandwidthInMbps": 19000,
                "BaselineIops": 80000,
                "BaselineThroughputInMBps": 2375,
                "MaximumBandwidthInMbps": 19000,
                "MaximumIops": 80000,
                "MaximumThroughputInMBps": 2375
            },
            "EbsOptimizedSupport": "default",
            "EncryptionSupport": "supported",
            "NvmeSupport": "required"
        },
        "FpgaInfo": null,
        "FreeTierEligible": false,
        "GpuInfo": null,
        "HibernationSupported": false,
        "Hypervisor": "nitro",
        "InferenceAcceleratorInfo": null,
        "InstanceStorageInfo": null,
        "InstanceStorageSupported": false,
        "InstanceType": "vt1.24xlarge",
        "MemoryInfo": {
            "SizeInMiB": 196608
        },
        "NetworkInfo": {
            "DefaultNetworkCardIndex": 0,
            "EfaInfo": {
                "MaximumEfaInterfaces": 1
            },
            "EfaSupported": true,
            "EnaSupport": "required",
            "EncryptionInTransitSupported": true,
            "Ipv4AddressesPerInterface": 50,
            "Ipv6AddressesPerInterface": 50,
            "Ipv6Supported": true,
            "MaximumNetworkCards": 1,
            "MaximumNetworkInterfaces": 15,
            "NetworkCards": [
                {
                    "MaximumNetworkInterfaces": 15,
                    "NetworkCardIndex": 0,
                    "NetworkPerformance": "25 Gigabit"
                }
            ],
            "NetworkPerformance": "25 Gigabit"
        },
        "PlacementGroupInfo": {
            "SupportedStrategies": [
                "partition",
                "spread"
            ]
        },
        "ProcessorInfo": {
            "SupportedArchitectures": [
                "x86_64"
            ],
            "SustainedClockSpeedInGhz": 2.5
        },
        "SupportedBootModes": [
            "legacy-bios"
        ],
        "SupportedRootDeviceTypes": [
            "ebs"
        ],
        "SupportedUsageClasses": [
            "on-demand",
            "spot"
        ],
        "SupportedVirtualizationTypes": [
            "hvm"
        ],
        "VCpuInfo": {
            "DefaultCores": 48,
            "DefaultThreadsPerCore": 2,
            "DefaultVCpus": 96,
            "ValidCores": [
                6,
                12,
                48
            ],
            "ValidThreadsPerCore": [
                1,
                2
            ]
        },
        "OndemandPricePerHour": 5.2,
        "SpotPrice": 1.5599999999999998
    }

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.