logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

makeflow_amazon_batch_cleanup - clean up Amazon services after running Makeflow

Description

       makeflow_amazon_batch_cleanup cleans up the virtual private cluster, subnets, and other details that were
       created by makeflow_amazon_batch_setup and stored in the config file passed on the command line.

       It  is  possible  that cleanup may fail, if the cluster or other elements are still in use, and display a
       message from AWS.  In this case, make sure that you have terminated any workflows running in the  cluster
       and  try  again.   If  cleanup  still  fails,  you may need to use the AWS console to view and delete the
       relevant items listed in the config file.

Examples

               makeflow_amazon_batch_setup 3 2 4 my.config
               makeflow -T amazon-batch --amazon-batch-config=my.config --amazon-ami=USER_PROVIDED_ECS_IMAGE_ARN example.makeflow
               makeflow_amazon_batch_cleanup my.config

Name

makeflow_amazon_batch_cleanup - clean up Amazon services after running Makeflow

Options

       None.

See Also

CooperativeComputingToolsDocumentationMakeflowUserManualmakeflow(1)makeflow_monitor(1)makeflow_analyze(1)makeflow_viz(1)makeflow_graph_log(1)starch(1)makeflow_ec2_setup(1)makeflow_ec2_cleanup(1)makeflow_ec2_estimate(1)

CCTools 8.0.0 DEVELOPMENT                                                       makeflow_amazon_batch_cleanup(1)

Synopsis

makeflow_amazon_batch_cleanup<config-file>

See Also