I’m exploring processing sensitive text data in the cloud while keeping it confidential. Here’s what I intend to do:
- Encrypt the data locally before uploading to cloud storage.
- Run workloads inside a TEE-enabled GPU (thinking NVIDIA H200) so that decryption and computation happen only in the enclave.
- Deliver the decryption key remotely using attestation: the key is encrypted specifically for the TEE and released only after verifying the enclave.
- Retrieve results — plaintext never leaves the TEE.
Key questions:
Which cloud GPU providers offer robust confidential computing or TEE support suitable for AI workloads?
Any recommendations for managing keys and attestation reliably at scale?
Any gotchas when using TEEs for GPU-heavy AI pipelines (memory limits, driver support, multi-GPU)?
Thank you in advance.