Code Obfuscation in Jupyter/Databricks Notebooks

0

As we are having reusable functions in spark ETL notebooks in AWS EMR - Jupyter, we have to obfuscate/ secure the source code present in a particular notebook. By default, ETL notebooks provide the notebooks view access to group members within the service/ workspace account so that code can easily be interpreted by others.

please advise the best way to obfuscate/ secure the code present in the notebooks

asked 2 years ago369 views
1 Answer
0

Currently you can use conditions in your identity-based policy to control access to EMR notebooks based on tags.

Please refer to our public documentation below for multiple examples of controlling access to EMR Notebooks

https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-fine-grained-cluster-access.html#emr-managed-notebooks-tags-examples

AWS
Sujay_M
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions