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
AMD SEV-SNP is one of the confidential computing technologies.
This commit adds support for AMD SEV-SNP on AWS, so users can
utilize the confidential computing on the cluster nodes.
Signed-off-by: Fangge Jin <[email protected]>
"description": "credentialsSecret is a reference to the secret with AWS credentials. Otherwise, defaults to permissions provided by attached IAM role where the actuator is running.",
"description": "CPUOptions defines the cpu options for the instance.",
22437
+
"type": "object",
22438
+
"properties": {
22439
+
"confidentialCompute": {
22440
+
"description": "confidentialCompute specifies whether confidential computing should be enabled for the instance, and, if so, which confidential computing technology to use. If set to Disabled, the instance will not use confidential computing. If set to AMDSevSnp, the instance will be configured with AMD SEV-SNP. In this case, ensure the following conditions are met: 1) The selected instance type supports AMD SEV-SNP. 2) The selected AWS region supports AMD SEV-SNP. 3) The selected AMI supports AMD SEV-SNP. More details can be checked at https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html If omitted, the platform will apply a default value — currently Disabled, but this may change over time.",
0 commit comments