create_spot_instances: Shortcut function for launching EC2 spot instances

View source: R/ec2.R

create_spot_instancesR Documentation

Shortcut function for launching EC2 spot instances

Description

Shortcut function for launching EC2 spot instances

Usage

create_spot_instances(instance_params, conf = list(), spot_options = list())

Arguments

instance_params

list with instance_type, ami, n_instances, pem_file, security_group, subnet

conf

list with 'key', 'secret', and 'region' parameters. If missing, will look for AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and AWS_DEFAULT_REGION in environment variables

spot_options

list with optional spot instance options


fcocquemas/hfty.helpers documentation built on Feb. 13, 2023, 7:25 a.m.