You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hanwen edited this page Sep 17, 2021
·
3 revisions
Note: Starting with ParallelCluster 3.x, using an existing Elastic IP is supported without the need for customizing CloudFormation template. Please see ElasticIp parameter for details.
Clone the repo:
$ git clone https://github.com/aws/aws-parallelcluster.git
$ cd aws-parallelcluster/
Modify the template cloudformation/aws-parallelcluster.cfn.json to include a parameter:
"ElasticIpId": {
"Description": "The Id of the elastic IP to associate with the master instance.",
"Type": "String"
},