@lpezet/hpcc-cluster
Version:
HPCC Cluster management in JS
15 lines (14 loc) • 389 B
YAML
# AWS::StackName
AWSTemplateFormatVersion: '2010-09-09'
Description: Create HPCC Cluster in VPC.
Resources:
#foreach( $node in $nodes )
${node.NodeType}Ec2SpotFleet:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: "${node.TemplateURL}"
Parameters:
ParamNodeName: "${node.NodeType}-fleet"
ParamCapacity: ${node.Capacity}
#end