Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richardfan1126/nitro-enclave-python-demo
Using Python to implement basic features on AWS Nitro Enclaves
https://github.com/richardfan1126/nitro-enclave-python-demo
aws aws-ec2 enclaves nitro nitro-enclaves python socket-programming
Last synced: about 1 month ago
JSON representation
Using Python to implement basic features on AWS Nitro Enclaves
- Host: GitHub
- URL: https://github.com/richardfan1126/nitro-enclave-python-demo
- Owner: richardfan1126
- License: apache-2.0
- Created: 2020-10-31T04:24:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T05:35:30.000Z (6 months ago)
- Last Synced: 2024-08-21T06:17:59.137Z (6 months ago)
- Topics: aws, aws-ec2, enclaves, nitro, nitro-enclaves, python, socket-programming
- Language: Python
- Homepage:
- Size: 3.4 MB
- Stars: 32
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS Nitro Enclaves Python demo
**WARNING: This project is just proof-of-concept, not production-ready, use at your own risk.**
## Contents
- [**HTTP Proxy**](https://github.com/richardfan1126/nitro-enclave-python-demo/tree/master/http-proxy) - This project showcase how we can use Python socket package to establish communication between EC2 instance and Nitro Enclave. And use a proxy to make HTTPS call from inside the enclave as usual.
- [**Attestation Verifier**](https://github.com/richardfan1126/nitro-enclave-python-demo/tree/master/attestation_verifier) - This project showcase how we can validate the attestation document generated by AWS Nitro Enclaves' Nitro Secure Module (NSM).
## Todos
License
----Apache License, Version 2.0