You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Launching a new EC2 instance. Status Reason: Could not launch Spot Instances. InvalidParameterValue - You cannot specify tags for elastic GPUs if there are no elastic GPUs being created by the request. Launching EC2 instance failed.
#2355
After taking the latest v19 patch and applying the tag specifications all of our self managed ASG's started failing to scale with the error:
"Launching a new EC2 instance. Status Reason: Could not launch Spot Instances. InvalidParameterValue - You cannot specify tags for elastic GPUs if there are no elastic GPUs being created by the request. Launching EC2 instance failed."
My ASG's fail to launch instances with the error "Launching a new EC2 instance. Status Reason: Could not launch Spot Instances. InvalidParameterValue - You cannot specify tags for elastic GPUs if there are no elastic GPUs being created by the request. Launching EC2 instance failed."
Terminal Output Screenshot(s)
"Launching a new EC2 instance. Status Reason: Could not launch Spot Instances. InvalidParameterValue - You cannot specify tags for elastic GPUs if there are no elastic GPUs being created by the request. Launching EC2 instance failed."
Additional context
Here is a config terraform code snippet our self managed nodes config
creating a new cluster error:
Failed: Could not launch Spot Instances. InvalidParameterValue - You cannot specify tags for elastic GPUs if there are no elastic GPUs being created by the request
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
After taking the latest v19 patch and applying the tag specifications all of our self managed ASG's started failing to scale with the error:
"Launching a new EC2 instance. Status Reason: Could not launch Spot Instances. InvalidParameterValue - You cannot specify tags for elastic GPUs if there are no elastic GPUs being created by the request. Launching EC2 instance failed."
I assume it is related to the following PR in 19.2; https://github.com/terraform-aws-modules/terraform-aws-eks/pull/2352/files
Versions
v19.3.1
Terraform v1.3.6
"4.47.0"
Reproduction Code [Required]
Steps to reproduce the behavior:
We just upgraded to v19.3.1
Expected behavior
My ASG's can launch instances
Actual behavior
My ASG's fail to launch instances with the error "Launching a new EC2 instance. Status Reason: Could not launch Spot Instances. InvalidParameterValue - You cannot specify tags for elastic GPUs if there are no elastic GPUs being created by the request. Launching EC2 instance failed."
Terminal Output Screenshot(s)
"Launching a new EC2 instance. Status Reason: Could not launch Spot Instances. InvalidParameterValue - You cannot specify tags for elastic GPUs if there are no elastic GPUs being created by the request. Launching EC2 instance failed."
Additional context
Here is a config terraform code snippet our self managed nodes config
The text was updated successfully, but these errors were encountered: