TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AWS Nitro Enclaves

12 pointsby jeffbarrover 4 years ago

3 comments

_msw_over 4 years ago
Disclosure: I work at AWS, and I played a part in the design of this feature. But not sadly not any coding for this one.<p>Since this is HN, I thought additional links to the open-source licensed software that we released today might be helpful. A lot of it is written in Rust.<p>Nitro Enclaves CLI - <a href="https:&#x2F;&#x2F;github.com&#x2F;aws&#x2F;aws-nitro-enclaves-cli" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;aws&#x2F;aws-nitro-enclaves-cli</a><p>Application that uses ACM managed certificates to do TLS termination inside a Nitro Enclave - <a href="https:&#x2F;&#x2F;github.com&#x2F;aws&#x2F;aws-nitro-enclaves-acm" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;aws&#x2F;aws-nitro-enclaves-acm</a><p>A library for interacting with the TPM-like device called the Nitro Security Module (used to measure code for attestation purposes) - <a href="https:&#x2F;&#x2F;github.com&#x2F;aws&#x2F;aws-nitro-enclaves-nsm-api" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;aws&#x2F;aws-nitro-enclaves-nsm-api</a><p>Some sample C code for use with Nitro Enclaves - <a href="https:&#x2F;&#x2F;github.com&#x2F;aws&#x2F;aws-nitro-enclaves-sdk-c" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;aws&#x2F;aws-nitro-enclaves-sdk-c</a><p>And a sample application showing how to use vsock to communicate - <a href="https:&#x2F;&#x2F;github.com&#x2F;aws&#x2F;aws-nitro-enclaves-samples" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;aws&#x2F;aws-nitro-enclaves-samples</a>
psanfordover 4 years ago
This is really cool. A secure enclave that&#x27;s just a normal vm, with attestation capabilities is a pretty big deal.<p>I&#x27;m especially excited about the new ability to use ACM certificates on ec2 hosts (instead of just a load balancer)[0].<p>[0]: <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;about-aws&#x2F;whats-new&#x2F;2020&#x2F;10&#x2F;announcing-aws-certificate-manager-for-nitro-enclaves&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;about-aws&#x2F;whats-new&#x2F;2020&#x2F;10&#x2F;announcin...</a>
kristianpaulover 4 years ago
And i just thought my phone was the only device capable of having a secure enclave.