What You See is What You Get — Building a Verifiable Enclave Image

Richard Fan
Level Up Coding
Published in
6 min readMar 3, 2024

--

Link to the GitHub Action discussed in this post: https://github.com/marketplace/actions/aws-nitro-enclaves-eif-build-action

AWS Nitro Enclaves is a Trusted Execution Environment (TEE) where service consumers can validate if the environment is running what it claims to be running.

I’ve posted previously on how to achieve it by using attestation documents and why should we care about the content of the attestation document:

--

--