.TH "makeflow_ec2_setup" 1 "" "CCTools 7.0.9 FINAL" "Cooperative Computing Tools" .SH NAME .LP \fBmakeflow_ec2_setup\fP - set up Amazon services for running Makeflow .SH SYNOPSIS .LP \FC\fBmakeflow_ec2_setup \fP\FT .SH DESCRIPTION .LP Before using \FCmakeflow_ec2_setup\FT, make sure that you install the AWS Command Line Interface tools, have the \FCaws\FT command in your PATH, and run \FCaws configure\FT to set up your secret keys and default region. \fBmakeflow_ec2_setup\fP prepares Amazon services for running a Makeflow. It creates a virtual private cluster, subnets, key pairs, and other details, and writes these out to a configuration file given by the first argument. The second argument is the Amazon Machine Image (AMI) that will be used by default in the workflow, if not specified for individual jobs. Once the configuration file is created, you may run \FCmakeflow\FT with the \FC-T amazon\FT option and give the name of the created config file with \FC--amazon-config\FT. When complete, you can clean up the virtual cluster and related items by running \FCmakeflow_ec2_cleanup\FT .SH OPTIONS .LP None. .SH EXAMPLES .LP .fam C .nf .nh .IP "" 8 makeflow_ec2_setup my.config ami-343a694f makeflow -T amazon --amazon-config my.config example.makeflow makeflow_ec2_cleanup my.config .fi .hy .fam .P .SH COPYRIGHT .LP The Cooperative Computing Tools are Copyright (C) 2003-2004 Douglas Thain and Copyright (C) 2005-2015 The University of Notre Dame. This software is distributed under the GNU General Public License. See the file COPYING for details. .SH SEE ALSO .LP .IP \(bu 4 \fBCooperative Computing Tools Documentation\fP .IP \(bu 4 \fBMakeflow User Manual\fP .IP \(bu 4 \fBmakeflow(1)\fP \fBmakeflow_monitor(1)\fP \fBmakeflow_analyze(1)\fP \fBmakeflow_viz(1)\fP \fBmakeflow_graph_log(1)\fP \fBstarch(1)\fP \fBmakeflow_ec2_setup(1)\fP \fBmakeflow_ec2_cleanup(1)\fP