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
Description: Instance type for pcluster. Default is t2.micro.
39
+
AllowedValues:
40
+
- t2.micro
41
+
- t2.small
42
+
- t2.medium
43
+
- t2.large
44
+
- t3.micro
45
+
- t3.small
46
+
Description: The instance type to be used for the launcher node
47
+
Default: t3.micro
48
+
KeyPair:
49
+
Description: Name of an existing EC2 KeyPair to enable SSH access to the instance. If no key pairs exist, please create one from the button next to the dropdown. Please contact your Administrator if you are unable to create one.
50
+
Type: "AWS::EC2::KeyPair::KeyName"
51
+
SSHLocation:
52
+
Description: The IP address range that can be used to SSH to the EC2 instances
Description: 'Subnet you want your Head Node to launch in. You must select a public subnet.'
88
+
WorkerNodeSubnetId:
89
+
Type: AWS::EC2::Subnet::Id
90
+
Description: 'Subnet you want your Batch or slurm Worker Node to launch in. We recommend public subnets.'
91
+
ComputeEnvDesiredvCpus:
92
+
Description: The Desired number of CPUs for the default Batch Compute Environment
93
+
Type: Number
94
+
Default: 0
95
+
ComputeEnvMinvCpus:
96
+
Description: The minimum number of CPUs to be kept in running state for the Batch/slurm Worker Nodes. If you give a non-zero value, some worker nodes may stay in running state always and you may incur higher cost.
97
+
Type: Number
98
+
Default: 0
99
+
ComputeEnvMaxvCpus:
100
+
Description: The maximum number of CPUs for the default Batch or slurm Compute Environment
101
+
Type: Number
102
+
Default: 10
103
+
SpotBidPercentage:
104
+
Type: Number
105
+
Description: The maximum percentage of On-Demand pricing you want to pay for Spot resources. You will always pay the lowest Spot market price and never more than your maximum percentage.
106
+
Default: 100
107
+
CustomAMI:
108
+
Type: String
109
+
Description: Enter the AMI Id of a custom AMI if you wish to use a non-default AMI. e.g. ami-12345678. The AMI Id entered should exist in this project account and region
110
+
Default: default
111
+
112
+
113
+
Resources :
114
+
PortalRole:
115
+
Type: AWS::IAM::Role
116
+
Properties:
117
+
Description: The role used by the EC2 Instance running the portal
0 commit comments