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
Copy file name to clipboardExpand all lines: cft-templates/Rstudio.yml
+25-23Lines changed: 25 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,14 @@ Parameters:
20
20
EBSVolumeSize:
21
21
Description: The initial size of the volume (in GBs) EBS will use for storage.
22
22
Type: Number
23
-
Default: 8
23
+
Default: 8
24
24
InstanceType:
25
25
Type: String
26
26
Description: Choose the instance type e.g t3.medium (2vCPU , 2GiB RAM), t3.large (2vCPU, 8GiB RAM), t3.xlarge(4vCPU, 16GiB RAM)
27
27
AllowedValues:
28
28
- t3.medium
29
-
- t3.large
30
-
- t3.xlarge
29
+
- t3.large
30
+
- t3.xlarge
31
31
ConstraintDescription: Valid instance type in the t3 families
32
32
Default: t3.medium
33
33
InitialUser:
@@ -39,8 +39,8 @@ Parameters:
39
39
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.
40
40
AvailabilityZone:
41
41
Description: Select the availability zone in which to create the instance. If you plan to attach a secondary volume to the instance, create this instance in the same AvailabilityZone as the volume you created.
Copy file name to clipboardExpand all lines: cft-templates/ec2-EIP.yml
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Parameters:
29
29
EBSVolumeSize:
30
30
Description: The initial size of the volume (in GBs) EBS will use for storage.
31
31
Type: Number
32
-
Default: 8
32
+
Default: 8
33
33
KeyPair:
34
34
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.
Description: Select the availability zone in which to create the instance. If you plan to attach a secondary volume to the instance, create this instance in the same AvailabilityZone as the volume you created.
Copy file name to clipboardExpand all lines: cft-templates/ec2-dcv.yml
+28-28Lines changed: 28 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Metadata:
1
+
Metadata:
2
2
License: Apache-2.0
3
3
AWSTemplateFormatVersion: '2010-09-09'
4
4
Description: 'AWS CloudFormation Template to create an GPU based EC2 instance with NICE DCV pre installed.'
@@ -27,14 +27,13 @@ Parameters:
27
27
[
28
28
t3.medium,
29
29
t3.large,
30
-
t3.xlarge,
31
-
30
+
t3.xlarge
32
31
]
33
32
ConstraintDescription: must be a valid EC2 instance type.
34
33
EBSVolumeSize:
35
34
Description: The initial size of the volume (in GBs) EBS will use for storage.
36
35
Type: Number
37
-
Default: 32
36
+
Default: 32
38
37
KeyPair:
39
38
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.
40
39
Type: AWS::EC2::KeyPair::KeyName
@@ -49,12 +48,12 @@ Parameters:
49
48
ConstraintDescription: must be a valid IP CIDR range of the form x.x.x.x/x.
50
49
AvailabilityZone:
51
50
Description: Select the availability zone in which to create the instance. If you plan to attach a secondary volume to the instance, create this instance in the same AvailabilityZone as the volume you created.
0 commit comments