Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sd2k/awsr

Access Amazon Web Services from R
https://github.com/sd2k/awsr

Last synced: 29 days ago
JSON representation

Access Amazon Web Services from R

Awesome Lists containing this project

README

        

# awsr

awsr is a package for easily connecting to, managing and working on Amazon Web Services, in particular EC2 and S3.

## Features (currently, goals)

* View the status of EC2 instances, start/stop them, and launch more as necessary
* Send SSH commands to an EC2 instance
* Transfer files to and from an EC2 or S3 server, either locally or between each other

The aim is to be able to easily store data and results on S3 and work with that data on a powerful EC2 instance, either using R scripts as batch jobs or interactively using RStudio Server.