Encountering an error while setting up a single-node cluster on top of aws

devpavan
New Contributor III

Hi Team,

I'm trying to create a single-node cluster in Databricks on AWS, but I'm encountering an error. Could you please assist me with this?

{
  "reason": {
    "code": "INVALID_ARGUMENT",
    "type": "CLIENT_ERROR",
    "parameters": {
      "databricks_error_message": "The VM launch request to AWS failed, please check your configuration. [details] InvalidParameterCombination: The specified instance type is not eligible for Free Tier. For a list of Free Tier instance types, run 'describe-instance-types' with the filter 'free-tier-eligible=true'. (Service: AmazonEC2; Status Code: 400; Error Code: InvalidParameterCombination; Request ID: 550e7aa6-ced4-427f-a31d-7d00af509523; Proxy: null)(OnDemand)",
      "instance_id": "failed-399450b2-55fe-4898-8",
      "aws_api_error_code": "InvalidParameterCombination",
      "aws_error_message": "The specified instance type is not eligible for Free Tier. For a list of Free Tier instance types, run 'describe-instance-types' with the filter 'free-tier-eligible=true'. (Service: AmazonEC2; Status Code: 400; Error Code: InvalidParameterCombination; Request ID: 550e7aa6-ced4-427f-a31d-7d00af509523; Proxy: null)(OnDemand)"
    }
  },
  "add_node_failure_details": {
    "failure_count": 1,
    "resource_type": "container",
    "will_retry": false
  }
}