create_spot_instances | R Documentation |
Shortcut function for launching EC2 spot instances
create_spot_instances(instance_params, conf = list(), spot_options = list())
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.