rcluster.__exec__ module¶
rcluster.__exec__
provides command line utilities for using basic
rcluster.RCluster
features:
- Populate a configuration file with your AWS access data
- Setup AWS to run an R cluster
- Launch an R cluster
- Access a running R cluster
- Terminate an R cluster
-
rcluster.__exec__.
config
()[source]¶ Configure RCluster and AWS EC2 account. Prompts user for credentials, builds an AMI with specified R packages installed, and saves out the configuration file with credentials to a hidden folder in the user’s home directory.
-
rcluster.__exec__.
main
()[source]¶ Launch an RCluster using the information saved to a configuration file