Sign inSign up

adamiezzi/zeppelin-aws-cli

By adamiezzi

Updated about 9 years ago

Execute and display AWS CLI commands from an Apache Zeppelin notebook.

Image
1

391

adamiezzi/zeppelin-aws-cli repository overview

Overview

  • Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents.
  • Dockerized single-host Zeppelin. (Standalone Zeppelin node)
  • An AWS Command Line Interface (CLI) interpreter has been added to allow a user to execute, display, and graph CLI commands from a notebook. Basic usage instructions can be found at https://github.com/ajiezzi/aws-interpreter

Exposed Ports

  • 8080 - Zeppelin web application port

Environment Properties

In order to use the the docker image with the AWS interpreter, you must posses AWS API keys and pass these keys into the docker container as environment variables.

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY

Example Docker Run Command

docker run --rm -p 8080:8080 -e AWS_ACCESS_KEY_ID='xxxxx' -e AWS_SECRET_ACCESS_KEY='xxxx' --name zeppelin adamiezzi/aws-zeppelin

Tag summary

Content type

Image

Digest

Size

495.9 MB

Last updated

about 9 years ago

docker pull adamiezzi/zeppelin-aws-cli