-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I connect to dynamodb ? #562
Comments
Hi @PabasaraDilshan, I need the same. What I did was adding an entry in /etc/nitro_enclaves/vsock-proxy.yaml, like this:
Then re-start the vproxy, but I had not much luck. Maybe I did it in a wrong way. Have you tried that? Thanks |
Hi @Xavina |
Hi @PabasaraDilshan, Yes, we did the same, a process in the EC2 host that communicates with the enclave through the vSock to send the Encrypted data, then the Enclave Decrypts it and returns back the Decrypted data to be stored in DynamoDB by the host. We tried to communicate with DynamoDB from the Enclave, but looks like to not be possible at all, I guess it makes sense per design. Thanks! |
Hi @Xavina, hi @PabasaraDilshan, The enclave can directly communicate with any AWS service using the provided Please let me know if that example helps. Cheers |
Hi @dpdornseifer !!! Super thanks for the sample I'll give it a try!!! Thanks! |
Perfect @Xavina, let me know if you are facing any issues. Cheers |
I need to connect to dynamodb from the enclave to get and save data from the db. How can I do that?
The text was updated successfully, but these errors were encountered: