-
**Q1 : Is it possible to host any application in ACM enclave ?**
Now that we can run only one enclave in EC2
We are thinking if we could create an image which serves ACM requests and still re…
-
Hi! I'm trying to understand how to request the attestation document inside the enclave using python (specifically, with the `user_data` field populated with a custom string generated inside the enlc…
-
Is there a compatible issue in enclave instance with python packages such as cv2 and NumPy? When I import those libraries the instance just hangs. No error output or termination, just an OpenBLAS warn…
-
Compiling the driver on an AWS VM running kernel 5.4.0-1048-aws gives:
```
make -C "/lib/modules/5.4.0-1048-aws/build" M=/home/ubuntu/Documents/aws-nitro-enclaves-cli/drivers/virt/nitro_enclaves mod…
-
Hi, First off all thank you for the excellent workshop. It really helped me understand the attestation process trough KMS
One remark
When trying to decrypt plaintext information through the enclav…
-
When starting enclaves on my ec2 machine (m5.2xlarge) i noticed that the enclave always has 4.03GB of disk space, which is not enough for my code and the data i want to handle.
Output of `df` run i…
-
As mentioned in the comment, it can be done in the enclave: https://github.com/crypto-com/tmkms-light/blob/main/providers/nitro/nitro-helper/src/key_utils.rs#L11
-
Hi,
when building simplest C++ hello world, it just hangs at `sodium_init();` in` main()`,
when launched in Nitro Enclave.
I was trying:
1. Dynamic vs static sodium linking
2. Fully static e…
ppmag updated
3 years ago
-
Error message:
```
[ec2-user@ip-172-16-1-154 ~]$ sudo systemctl status nitro-enclaves-allocator.service
● nitro-enclaves-allocator.service - Nitro Enclaves Resource Allocator
Loaded: loaded (/…
-
I noticed that if you call `aws_nitro_enclaves_rest_client_new` and the underlying `aws_tls_client_ctx_new` call fails then you'll get a crash. The stack trace, included below, suggests to me it's try…