Nitrogen is a tool for deploying web servers, databases, and other services to AWS Nitro Enclaves.
# install nitrogen
$ curl -fsSL https://raw.githubusercontent.com/capeprivacy/nitrogen/main/install.sh | sh
Spawn an EC2 instance, configure SSH, and establish a VSOCK proxy for interacting with the Nitro Enclave.
Create a Docker image from an arbitrary Dockerfile, and convert it to the Enclave Image File (EIF) format expected by Nitro.
Upload your EIF and launch it with Nitro. You receive a hostname + port ready to proxy enclave requests.
Nitrogen is a tool for deploying web servers, databases, and other services to AWS Nitro Enclaves.