How to Use AWS Nitro Enclaves Attestation Document

Richard Fan
Level Up Coding
Published in
8 min readNov 22, 2020

--

In my last blog post Running Python App on AWS Nitro Enclaves, I briefly introduced what AWS Nitro Enclaves is and also demonstrate how network connection works on Nitro Enclaves.

This week, I am going to talk about how we can make use of attestation documents generated by Nitro Secure Module (NSM).

Common Scenario

AWS Nitro Enclaves are isolated compute environments that can securely process highly sensitive data. When communicating with other components outside the enclave (e.g…

--

--