-
Notifications
You must be signed in to change notification settings - Fork 131
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
AWS: Support for passing CpuOptions #1726
Comments
Thank you for opening this issue @glachac-safelishare. We are always open to contributions, but have also added this to our backlog for future consideration. Is there a list of all available cpu options available somewhere? I found the feature mentioned here and here, but I found the second link only because the issue mentions |
I mostly use terraform, and they expose three options documented here: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance#cpu-options, with links to the underlying AWS docs |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. /close |
@kubermatic-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/reopen |
@embik: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/remove-lifecycle rotten |
Add support for setting the EC2 instance
CpuOptions
in the AWS provider.We can set
ami
,instanceType
, etc, but some workloads need cpu features turned on in the instance that are only enabled by setting values inCpuOptions
; specifically,AmdSevSnp
.The text was updated successfully, but these errors were encountered: