aws-instance-info - v0.2.1
    Preparing search index...

    Interface EC2InstanceDetails

    interface EC2InstanceDetails {
        instanceType: EC2InstanceType;
        family: EC2InstanceFamily;
        category: EC2Category;
        hypervisor: string;
        processorArchitecture: string;
        metalAvailable: boolean;
        dedicatedHosts: boolean;
        spot: boolean;
        hibernation: boolean;
        operatingSystems: string[];
        memoryGiB: number;
        processor: string;
        vCPUs: number;
        cpuCores: number;
        threadsPerCore: number;
        accelerators: string | null;
        acceleratorMemory: string | null;
        network: EC2NetworkSpec;
        ebs: EC2EBSSpec;
        instanceStore: EC2InstanceStoreSpec | null;
        security: EC2SecuritySpec;
    }
    Index

    Properties

    instanceType: EC2InstanceType
    category: EC2Category
    hypervisor: string
    processorArchitecture: string
    metalAvailable: boolean
    dedicatedHosts: boolean
    spot: boolean
    hibernation: boolean
    operatingSystems: string[]
    memoryGiB: number
    processor: string
    vCPUs: number
    cpuCores: number
    threadsPerCore: number
    accelerators: string | null
    acceleratorMemory: string | null
    instanceStore: EC2InstanceStoreSpec | null
    security: EC2SecuritySpec