Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 490 Bytes

_aws.md

File metadata and controls

41 lines (27 loc) · 490 Bytes

AWS

TODO

Documentation

CLI

TODO

Setup

Build devops/aws-emr image

# change path
cd devops/aws/emr

# build image
docker build -t devops/aws-emr .

# start temporary container [port=HOST:CONTAINER]
docker run \
  --rm \
  -e HTTP_PORT=8080 \
  -p 5000:8080 \
  --name aws-emr \
  devops/aws-emr:latest

# access container
docker exec -it aws-emr bash

S3

TODO

EMR

TODO