Databricks · Schema

AwsAttributes

AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualize

Properties

Name Type Description
first_on_demand integer Number of on-demand instances to place first.
availability string
zone_id string The availability zone identifier (e.g., us-west-2a).
instance_profile_arn string IAM instance profile ARN for the cluster instances.
spot_bid_price_percent integer Max bid price as percentage of on-demand price.
ebs_volume_type string
ebs_volume_count integer
ebs_volume_size integer
View JSON Schema on GitHub

JSON Schema

databricks-aws-attributes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AwsAttributes",
  "type": "object",
  "properties": {
    "first_on_demand": {
      "type": "integer",
      "description": "Number of on-demand instances to place first."
    },
    "availability": {
      "type": "string"
    },
    "zone_id": {
      "type": "string",
      "description": "The availability zone identifier (e.g., us-west-2a)."
    },
    "instance_profile_arn": {
      "type": "string",
      "description": "IAM instance profile ARN for the cluster instances."
    },
    "spot_bid_price_percent": {
      "type": "integer",
      "description": "Max bid price as percentage of on-demand price."
    },
    "ebs_volume_type": {
      "type": "string"
    },
    "ebs_volume_count": {
      "type": "integer"
    },
    "ebs_volume_size": {
      "type": "integer"
    }
  }
}