Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sd2k/awsr
- Owner: sd2k
- Created: 2014-05-24T09:53:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-11T21:43:07.000Z (over 9 years ago)
- Last Synced: 2023-03-02T06:56:04.507Z (over 1 year ago)
- Language: R
- Size: 115 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 otherThe 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.