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

MixedInstancesPolicy

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

Use this structure to launch multiple instance types and On-Demand Instances and Spot Instances within a single Auto Scaling group.

A mixed instances policy contains information that Amazon EC2 Auto Scaling can use to launch instances and help optimize your costs. For more information, see Auto Scaling groups with multiple instance types and purchase options in the Amazon EC2 Auto Scaling User Guide.

interface MixedInstancesPolicy {
InstancesDistribution?: InstancesDistribution | null;
LaunchTemplate?: LaunchTemplate | null;
}

§Properties

§
InstancesDistribution?: InstancesDistribution | null
[src]

The instances distribution.

§
LaunchTemplate?: LaunchTemplate | null
[src]

One or more launch templates and the instance types (overrides) that are used to launch EC2 instances to fulfill On-Demand and Spot capacities.