aws.ec2 icon indicating copy to clipboard operation
aws.ec2 copied to clipboard

AWS EC2 Client Package

Results 19 aws.ec2 issues
Sort by recently updated
recently updated
newest added

I'm putting together a checklist of what needs to be done before I consider this ready to return to CRAN: - [x] Update DESCRIPTION to add maintainer & clean up...

As an aws.ec2 user, I'd like to create new EC2 instances, so that I can use EC2 efficiently.

enhancement

As an aws.ec2 user, I'd like to programmatically terminate instances, so that I can use EC2 efficiently (for example, to run a computation and then die).

enhancement

As a developer of this package, I'd like to use Github Actions for continuous integration, so that we can easily determine whether everything is working. Let's use styler with the...

Editing what needs to be edited to resurrect this.

Are you guys thinking of creating `as.cluster()` methods for this package like you did with `googleComputeEngineR`? It would be pretty sweet to fire up an EC2 instance (cluster?) and be...

enhancement
documentation

Is it possible to specify a role with run_instances()? If found [this documentation for the CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-role.html) but I don't see a `role_arn` argument in the `run_instances` function. I tried the...

Added some new functions per #42. First time working with the EC2 API so feedback is appreciated! Please ensure the following before submitting a PR: - [x] if suggesting code...

#4 R CMD check failed before I touched it, so not sure what to do :P - [X] if suggesting code changes or improvements, [open an issue](https://github.com/cloudyr/aws.ec2/issues/new) first - [X]...

Tutorials to motivate vignettes: http://www.slideshare.net/ianmcook/running-r-on-the-amazon-cloud-2013-0620 http://www.slideshare.net/talgalili/rstudio-in-aws-16-9 https://blogs.aws.amazon.com/bigdata/post/Tx3IJSB6BMHWZE5/Running-R-on-AWS https://wbnicholson.wordpress.com/category/parallel-computing/ http://www.oliverelliott.org/article/computing/tut_bio_aws/ http://www.stat.yale.edu/~jay/EC2/CreateFromScratch.html Shiny on EC2 https://github.com/chrisrzhou/RShiny-EC2Bootstrap http://tylerhunt.co/2014/03/amazon-web-services-rstudio/ H20 https://github.com/navdeep-G/h2o-ec2/blob/master/h2o-cluster-launch-instances.py

enhancement