โ10-21-2025 09:02 AM
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
}
}
โ10-22-2025 07:30 AM
Hi @szymon_dybczak ,
thanks for your help!
It turns out the AWS free-tier instance types are not supported by the Data bricks account I'm using. Iโve switched to using AWS paid services, and everything is working fine now.
Really appreciate the valuable information โ it helped me resolve the issue!
โ10-22-2025 07:40 AM
Hi @devpavan ,
No problem, that was exactly what I thought ๐ If this answer was helpful to you please consider marking it as a solution to this topic. This way we help others with similar problem find correct answer faster ๐
โ10-21-2025 11:21 AM
Hi @devpavan - what node type are you using to create the cluster? Can you share the details of the configuration? Ty!
โ10-22-2025 03:34 AM
Hi @dkushari ,
i am creating a single node cluster on top of aws could you please verify the below details here
โ10-21-2025 11:25 AM
@devpavan Are you using API or terraform to create. Can you please share the json config that you are passing?
โ10-22-2025 03:36 AM
Hi @nayan_wylde ,
could you please verify the below json configuration
โ10-22-2025 04:01 AM - edited โ10-22-2025 04:10 AM
Hi @devpavan ,
The error suggest that you're using Free Tier - and specified instance you're trying to create is not eligable for Free Tier.
So, to me it looks like you have Free Free/Trial AWS Account and probably hit this limitation/
So, you can do what they suggest. Run below command and check what types of VMs are elgible in Free Tier. Then try to create compute that is aligned with that.
run 'describe-instance-types' with the filter 'free-tier-eligible=true'
โ10-22-2025 07:30 AM
Hi @szymon_dybczak ,
thanks for your help!
It turns out the AWS free-tier instance types are not supported by the Data bricks account I'm using. Iโve switched to using AWS paid services, and everything is working fine now.
Really appreciate the valuable information โ it helped me resolve the issue!
โ10-22-2025 07:40 AM
Hi @devpavan ,
No problem, that was exactly what I thought ๐ If this answer was helpful to you please consider marking it as a solution to this topic. This way we help others with similar problem find correct answer faster ๐
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!
Sign Up Now