Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some region not support launch template elastic gpu tagging. #2356

Closed
cw-juyeonyu opened this issue Dec 19, 2022 · 6 comments · Fixed by #2360
Closed

Some region not support launch template elastic gpu tagging. #2356

cw-juyeonyu opened this issue Dec 19, 2022 · 6 comments · Fixed by #2360

Comments

@cw-juyeonyu
Copy link

cw-juyeonyu commented Dec 19, 2022

Description

When upgrading terraform eks module to "19.3.1", an error occurred with the message "Tagging an elastic gpu on create is not yet supported in this region".

Versions

  • Module version [Required]: 19.3.1

  • Terraform version: 1.3.6

  • Provider version(s):

    • aws: 4.40.0

Terminal Output Screenshot(s)

│ {
│ RespMetadata: {
│ StatusCode: 400,
│ RequestID: "8066ceb6-8791-4875-a9d3-7325de60d41a"
│ },
│ Message_: "Tagging an elastic gpu on create is not yet supported in this region."
│ }

Additional context

AWS Region: ap-northeast-2

I think the code of the line is related

@jurgen-weber-deltatre
Copy link

Yeah, this is related; #2355

@gamunu
Copy link

gamunu commented Dec 19, 2022

This is the change that appears to have added the GPU tagging. The only way to get around this is to downgrade the module version.

v19.1.1...v19.2.0

@cw-juyeonyu
Copy link
Author

This is the change that appears to have added the GPU tagging. The only way to get around this is to downgrade the module version.

v19.1.1...v19.2.0

I don't use elastic gpu.
Should I wait until AWS supports it?

@gamunu
Copy link

gamunu commented Dec 19, 2022

I think the best possible option is to introduce a new variable to customize the tag_specifications

@antonbabenko
Copy link
Member

This issue has been resolved in version 19.4.0 🎉

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
4 participants