The .AWSSnowParam class extends the SnowParam class to allow usage of AWS EC2-instances for parallel computation. The methods follow a style similar to that of BiocParallelParams, with bpstart, bpstop, bpisup, bplapply being the important one.
awsCredentialsPath
Path to AWS credentials, default value is '~/.aws/credentials'
awsInstanceType
Type of AWS EC2-instance, eg. t2.micro
awsSubnet
AWS EC2-instance subnet, within a certain VPC
awsSecurityGroup
Secutiry group which assigns inbound and outbound traffic at the instance level
awsInstance
A list, created holding all the information of the AWS instance
awsAmiId
AMI(amazon machine image) ID for the Bioconductor-release version
awsSshKeyPair
SSH key pair, to associate with your AWS EC2-instance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.