Skip to content

Instantly share code, notes, and snippets.

@meconlin
Created September 21, 2015 15:25
Show Gist options
  • Save meconlin/eb0fc77c9cdedd760a7e to your computer and use it in GitHub Desktop.
Save meconlin/eb0fc77c9cdedd760a7e to your computer and use it in GitHub Desktop.
aws datapipeline create, upload, init cli example
aws datapipeline create-pipeline --name vin-reference-unzip --unique-id vin-reference-unzip
# returned : df-0757905EU1V52FPMH4U
aws datapipeline put-pipeline-definition --pipeline-id df-0757905EU1V52FPMH4U --pipeline-definition file:///Users/mark/workspace/buycheck_etl/aws-datapipeline/dataone-unzip-vin-reference.json
aws datapipeline activate-pipeline --pipeline-id df-0757905EU1V52FPMH4U
aws datapipeline list-pipelines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment