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
Reference for commands you will encounter when interacting with Confidential VMs.
10
12
13
+
## Confidential Space command builder
14
+
15
+
Use this interactive builder to generate the exact Confidential Space VM deploy command you need.
16
+
17
+
:::warning[Source your .env file]
18
+
19
+
Before running the following gcloud command don't forget to source your `.env` file:
20
+
21
+
```bash
22
+
source .env
23
+
```
24
+
25
+
:::
26
+
27
+
<ConfidentialVMBuilder />
28
+
11
29
## Restarting VMs
12
30
13
31
During testing, you often need to restart a VM to pull updated docker images.
@@ -46,9 +64,9 @@ You can also view logs in the Google Cloud Console by navigating to the Logging
46
64
47
65
:::
48
66
49
-
## Deploying AMD SEV Confidential VMs
67
+
## Deploying on AMD SEV
50
68
51
-
This command creates a Confidential Computing VM instance using AMD SEV ([Secure Encrypted Virtualization](https://www.amd.com/content/dam/amd/en/documents/epyc-business-docs/white-papers/memory-encryption-white-paper.pdf)), with a specific image, network configuration, and security settings.
69
+
This command creates a Confidential Space VM instance using AMD SEV ([Secure Encrypted Virtualization](https://www.amd.com/content/dam/amd/en/documents/epyc-business-docs/white-papers/memory-encryption-white-paper.pdf)), with a specific image, network configuration, and security settings.
52
70
The metadata section is critical for configuring the Trusted Execution Environment (TEE).
53
71
The command is broken down in the following sections.
-`--reservation-affinity=any`: If you have reservations, this allows the VM to use any available reservation.
189
207
-`--confidential-compute-type=SEV`: Enables AMD SEV (Secure Encrypted Virtualization) Confidential Computing. This is the core flag that makes this instance a confidential VM.
190
208
191
-
## Deploying Intel TDX Confidential VMs
209
+
## Deploying on Intel TDX
192
210
193
-
This command creates a Confidential Computing VM instance using Intel TDX ([Trust Domain Extensions](https://www.intel.com/content/www/us/en/developer/tools/trust-domain-extensions/documentation.html)), with a specific image, network configuration, and security settings.
194
-
The command instructions differing from [Deploying AMD SEV Confidential VMs](#deploying-amd-sev-confidential-vms) are highlighted.
211
+
This command creates a Confidential Space VM instance using Intel TDX ([Trust Domain Extensions](https://www.intel.com/content/www/us/en/developer/tools/trust-domain-extensions/documentation.html)), with a specific image, network configuration, and security settings.
212
+
The command instructions differing from [Deploying AMD SEV Confidential VMs](#deploying-on-amd-sev) are highlighted.
0 commit comments