Skip to content

graveyard/batchcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

batchcli

Utility to manage inputs and outputes of batch worker executions. Uses DynamoDB as backend

Owned by eng-infra

AWS Policy

A policy of the following form be added to the ECS Task Role:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "Stmt1490140880000",
            "Effect": "Allow",
            "Action": [
                "dynamodb:*"
            ],
            "Resource": [
                "arn:aws:dynamodb:us-east-1:<account-id>:table/workflow-results*"
            ]
        }
    ]
}

The name of the Dyanmo table can be changed using the -results-location flag. It defaults to workflow-results if AWS_BATCH_JQ_NAME contains production else workflow-results-dev.

Usage

batchcli -cmd <command> cmd-args

Shepherds

About

Utility to manage inputs and outputs of batch worker executions

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors