Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsEc2LaunchTemplateDataInstanceRequirementsDetails

import type { AwsEc2LaunchTemplateDataInstanceRequirementsDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

The attributes for the Amazon EC2 instance types.

interface AwsEc2LaunchTemplateDataInstanceRequirementsDetails {
AcceleratorManufacturers?: string[] | null;
AcceleratorNames?: string[] | null;
AcceleratorTypes?: string[] | null;
BareMetal?: string | null;
BurstablePerformance?: string | null;
CpuManufacturers?: string[] | null;
ExcludedInstanceTypes?: string[] | null;
InstanceGenerations?: string[] | null;
LocalStorage?: string | null;
LocalStorageTypes?: string[] | null;
OnDemandMaxPricePercentageOverLowestPrice?: number | null;
RequireHibernateSupport?: boolean | null;
SpotMaxPricePercentageOverLowestPrice?: number | null;
}

§Properties

§

The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on an instance.

§
AcceleratorManufacturers?: string[] | null
[src]

Indicates whether instance types must have accelerators by specific manufacturers.

§
AcceleratorNames?: string[] | null
[src]

The accelerators that must be on the instance type.

§

The minimum and maximum amount of total accelerator memory, in MiB.

§
AcceleratorTypes?: string[] | null
[src]

The accelerator types that must be on the instance type.

§
BareMetal?: string | null
[src]

Indicates whether bare metal instance types must be included, excluded, or required.

§

The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see Amazon EBS optimized instances in the Amazon EC2 User Guide.

§
BurstablePerformance?: string | null
[src]

Indicates whether burstable performance T instance types are included, excluded, or required. For more information, Burstable performance instances in the Amazon EC2 User Guide.

§
CpuManufacturers?: string[] | null
[src]

The CPU manufacturers to include.

§
ExcludedInstanceTypes?: string[] | null
[src]

The instance types to exclude.

§
InstanceGenerations?: string[] | null
[src]

Indicates whether current or previous generation instance types are included.

§
LocalStorage?: string | null
[src]

Indicates whether instance types with instance store volumes are included, excluded, or required. For more information, see Amazon EC2 instance store in the Amazon EC2 User Guide.

§
LocalStorageTypes?: string[] | null
[src]

The type of local storage that is required.

§

The minimum and maximum amount of memory per vCPU, in GiB.

§

The minimum and maximum amount of memory, in MiB.

§

The minimum and maximum number of network interfaces.

§
OnDemandMaxPricePercentageOverLowestPrice?: number | null
[src]

The price protection threshold for On-Demand Instances. This is the maximum you'll pay for an On-Demand Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold.

The parameter accepts an integer, which Amazon EC2 interprets as a percentage.

A high value, such as 999999, turns off price protection.

§
RequireHibernateSupport?: boolean | null
[src]

Indicates whether instance types must support hibernation for On-Demand Instances.

§
SpotMaxPricePercentageOverLowestPrice?: number | null
[src]

The price protection threshold for Spot Instances. This is the maximum you'll pay for a Spot Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold.

The parameter accepts an integer, which Amazon EC2 interprets as a percentage.

A high value, such as 999999, turns off price protection.

§

The minimum and maximum amount of total local storage, in GB.

§

The minimum and maximum number of vCPUs.