Das, Yes my company has successfully setup S3 storage for Zeppelin, using regular credentials as well as via instance profiles (and using AWS KMS encryption keys, which I'd recommend).
Are you trying to use the environment variables in the zeppelin-env.sh file or using the zeppelin-site.xml? Both work, but I like the zeppelin-site.xml personally. But regardless, you'll need the creds saved somewhere; java setting, AWS CLI credential store, or as environment variables. Can you share your configs? Also, make sure you enable the org.apache.zeppelin.notebook.repo.S3NotebookRepo version of storage & comment out the default one, org.apache.zeppelin.notebook.repo.GitNotebookRepo. I think if you have both set, they might save to both spots, but not 100% sure... -Josh On Mon, Mar 12, 2018 at 4:06 PM, Dasarathi Minjur <zeplin1...@gmail.com> wrote: > Tried unsuccessfully to get Zeppelin Notebook Storage in S3 following the > link below: > > https://zeppelin.apache.org/docs/0.7.2/storage/storage.html > > Did anyone get that successfully done? Looking for some extra tips to get > this accomplished. > > I don't see any error but my notebook still persist in the default > location, after the config changes. > > Thanks in advance for the help > > Das >