View a markdown version of this page

InstanceGroupHealthCheckConfiguration - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

InstanceGroupHealthCheckConfiguration

The configuration of deep health checks for an instance group.

Note

Overlapping deep health check configurations will be merged into a single operation.

Contents

DeepHealthChecks

A list of deep health checks to be performed.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 2 items.

Valid Values: InstanceStress | InstanceConnectivity

Required: Yes

InstanceGroupName

The name of the instance group.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 63.

Pattern: [a-zA-Z0-9](-*[a-zA-Z0-9])*

Required: Yes

InstanceIds

A list of Amazon Elastic Compute Cloud (EC2) instance IDs on which to perform deep health checks.

Note

Leave this field blank to perform deep health checks on the entire instance group.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 500 items.

Length Constraints: Minimum length of 1. Maximum length of 256.

Pattern: i-[a-f0-9]{8}(?:[a-f0-9]{9})?

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: