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

StartInstanceRefreshType

import type { StartInstanceRefreshType } from "https://aws-api.deno.dev/v0.4/services/autoscaling.ts?docs=full";
interface StartInstanceRefreshType {
AutoScalingGroupName: string;
DesiredConfiguration?: DesiredConfiguration | null;
Preferences?: RefreshPreferences | null;
Strategy?: RefreshStrategy | null;
}

§Properties

§
AutoScalingGroupName: string
[src]

The name of the Auto Scaling group.

§
DesiredConfiguration?: DesiredConfiguration | null
[src]

The desired configuration. For example, the desired configuration can specify a new launch template or a new version of the current launch template.

Once the instance refresh succeeds, Amazon EC2 Auto Scaling updates the settings of the Auto Scaling group to reflect the new desired configuration.

Note: When you specify a new launch template or a new version of the current launch template for your desired configuration, consider enabling the SkipMatching property in preferences. If it's enabled, Amazon EC2 Auto Scaling skips replacing instances that already use the specified launch template and instance types. This can help you reduce the number of replacements that are required to apply updates.

§
Preferences?: RefreshPreferences | null
[src]

Sets your preferences for the instance refresh so that it performs as expected when you start it. Includes the instance warmup time, the minimum healthy percentage, and the behaviors that you want Amazon EC2 Auto Scaling to use if instances that are in Standby state or protected from scale in are found. You can also choose to enable additional features, such as the following:

  • Auto rollback
  • Checkpoints
  • Skip matching
§
Strategy?: RefreshStrategy | null
[src]

The strategy to use for the instance refresh. The only valid value is Rolling.