2023-01-19 09:57:50 -05:00
|
|
|
/*
|
|
|
|
Copyright (c) Edgeless Systems GmbH
|
|
|
|
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
# Amazon Web Services attestation
|
|
|
|
|
2023-06-09 09:41:02 -04:00
|
|
|
Constellation supports multiple attestation technologies on AWS.
|
2023-01-19 09:57:50 -05:00
|
|
|
|
2023-06-09 09:41:02 -04:00
|
|
|
- SEV - Secure Nested Paging (SEV-SNP)
|
2023-01-19 09:57:50 -05:00
|
|
|
|
2023-06-09 09:41:02 -04:00
|
|
|
TPM attestation verified using an SEV-SNP attestation statement.
|
|
|
|
The TPM runs outside the confidential context.
|
|
|
|
The initial firmware measurement included in the SNP report can be calculated idependently.
|
|
|
|
The source code of the firmware is publicly available.
|
2023-01-19 09:57:50 -05:00
|
|
|
|
2023-06-09 09:41:02 -04:00
|
|
|
- NitroTPM
|
2023-01-19 09:57:50 -05:00
|
|
|
|
2023-06-09 09:41:02 -04:00
|
|
|
No confidential computing. Attestation via a TPM 2.0 compliant vTPM.
|
2023-01-19 09:57:50 -05:00
|
|
|
*/
|
|
|
|
package aws
|