launchJobs: Start jobs by executing a launch script on an EC2 instance

View source: R/instances.R

launchJobsR Documentation

Start jobs by executing a launch script on an EC2 instance

Description

This function copies your individual job scripts and the launch script to an EC2 instance, flags them as executable, and then runs them.

Usage

launchJobs(instance, scripts, otherFiles = NULL, permissions = "ug+x")

Arguments

instance

An instance objected created with launchInstance or getInstanceDescription.

otherFiles

NULL or a vector containing full paths to other files to be copied to the instance before the launch script is run.

permissions

Specification for how the executable bit should be set after scripts are copied to the instance. By default this marks the scrips as executable by both the owning user and group.

Value

The instance object.


whitwort/AWSTools documentation built on July 9, 2023, 2:56 a.m.