Execute and display AWS CLI commands from an Apache Zeppelin notebook.
391
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.
docker run --rm -p 8080:8080 -e AWS_ACCESS_KEY_ID='xxxxx' -e AWS_SECRET_ACCESS_KEY='xxxx' --name zeppelin adamiezzi/aws-zeppelin
Content type
Image
Digest
Size
495.9 MB
Last updated
about 9 years ago
docker pull adamiezzi/zeppelin-aws-cli