Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ graph TD

| Component | Trust | Notes |
| --------- | ----- | ----- |
| **EC2 Host** | Trusted | Powered by **AWS Nitro System**. It consists of **Nitro Cards** (SoC/ASICs separated from the main board), **Nitro Security Chip** (HSM-like security chip integrated into the main board), and **Nitro Hypervisor** (minimalistic firmware-like hypervisor). |
| **EC2 Host** | Trusted | Powered by **AWS Nitro System**. It consists of **Nitro Cards** (SoC/ASICs separated from the main board), **Nitro Security Chip** (Security chip integrated into the main board), and **Nitro Hypervisor** (minimalistic firmware-like hypervisor). |
| **Parent EC2 Instance** / Proxy | Untrusted | Standard EC2 instance; the proxy can observe encrypted traffic but cannot decrypt or tamper with it |
| **Nitro Enclave** | Trusted / Attestable | Isolated VM with no persistent storage, no network, and no interactive access — even the Parent VM operator cannot inspect its memory |
| **Client** | — | Trusts the AWS Nitro Enclaves root CA; verifies enclave identity through remote attestation |
Expand Down
Loading