To deploy, click:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
import boto3 | |
class ClusterDestroyer: | |
"""Destroy all ParallelCluster clusters in a given region.""" | |
def __init__(self, region, dryrun): | |
self.__created_clusters = [] | |
self.region = region |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
import boto3 | |
class ClusterDestroyer: | |
"""Destroy all ParallelCluster clusters in a given region.""" | |
def __init__(self, region, dryrun): | |
self.__created_clusters = [] | |
self.region = region |
To use AWS ParallelCluster in a specific Availibility Zone, do the following:
- In the VPC Dashboard , click "VPC Wizard"
- Setup a cluster with DCV
- Install the Native client: NICE DCV | Download
- Create a script pcluster-dcv-connect.py with the contents as shown below:
- Execute that script
# make sure you have pcluster installed
$ pcluster list --color