Skip to content

Commit 298ad47

Browse files
author
ravigurram8
committed
Products cfts default instance type updated with t3 family
1 parent f022795 commit 298ad47

9 files changed

Lines changed: 24 additions & 24 deletions

cft-templates/Rstudio.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ Parameters:
1919
the environment instance, including any bootstrap scripts
2020
InstanceType:
2121
Type: String
22-
Description: Instance type for RStudio. Default is t2.medium.
22+
Description: Instance type for RStudio. Default is t3.medium.
2323
AllowedValues:
2424
- t2.medium
2525
- t2.large
2626
- t3.medium
2727
- t3.large
2828

29-
ConstraintDescription: Valid instance type in the t2 families
30-
Default: t2.medium
29+
ConstraintDescription: Valid instance type in the t3 families
30+
Default: t3.medium
3131
InitialUser:
3232
Type: String
3333
Description: User Name for RStudio. Do not use 'root' and 'ec2-user'

cft-templates/cromwell-advanced.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ Parameters:
8282
InstanceType:
8383
Description: Head Node EC2 instance type
8484
Type: String
85-
Default: t2.small
86-
AllowedValues: [t2.nano, t2.micro, t2.small, t2.medium]
85+
Default: t3.small
86+
AllowedValues: [t3.nano, t3.micro, t3.small, t3.medium]
8787
ConstraintDescription: Must be a valid EC2 instance type.
8888
WorkerNodeInstanceType:
8989
Description: Specify the instance types to be used to carry out the computation. You can specify one or more family or instance type. The option 'optimal' chooses the best fit of M4, C4, and R4 instance types available in the region.

cft-templates/ec2-EIP.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Parameters:
2121
An S3 URI (starting with "s3://") that specifies the location of files to be copied to
2222
the environment instance, including any bootstrap scripts
2323
InstanceType:
24-
Description: Choose the instance type for this instance. e.g. t2.small
24+
Description: Choose the instance type for this instance. e.g. t3.small
2525
Type: String
26-
Default: t2.small
27-
AllowedValues: [t2.nano, t2.micro, t2.small, t2.medium]
26+
Default: t3.small
27+
AllowedValues: [t3.nano, t3.micro, t3.small, t3.medium]
2828
ConstraintDescription: must be a valid EC2 instance type.
2929
KeyPair:
3030
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.

cft-templates/ec2-linux-docker-mysql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Parameters:
2121
An S3 URI (starting with "s3://") that specifies the location of files to be copied to
2222
the environment instance, including any bootstrap scripts
2323
InstanceType:
24-
Description: Choose the instance type for this instance. e.g. t2.small
24+
Description: Choose the instance type for this instance. e.g. t3.small
2525
Type: String
26-
Default: t2.small
27-
AllowedValues: [t2.nano, t2.micro, t2.small, t2.medium]
26+
Default: t3.small
27+
AllowedValues: [t3.nano, t3.micro, t3.small, t3.medium]
2828
ConstraintDescription: must be a valid EC2 instance type.
2929
KeyPair:
3030
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.

cft-templates/ec2-linux-docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Parameters:
2121
An S3 URI (starting with "s3://") that specifies the location of files to be copied to
2222
the environment instance, including any bootstrap scripts
2323
InstanceType:
24-
Description: Choose the instance type for this instance. e.g. t2.small
24+
Description: Choose the instance type for this instance. e.g. t3.small
2525
Type: String
26-
Default: t2.small
27-
AllowedValues: [t2.nano, t2.micro, t2.small, t2.medium]
26+
Default: t3.small
27+
AllowedValues: [t3.nano, t3.micro, t3.small, t3.medium]
2828
ConstraintDescription: must be a valid EC2 instance type.
2929
KeyPair:
3030
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.

cft-templates/ec2-ubuntu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Parameters:
2121
An S3 URI (starting with "s3://") that specifies the location of files to be copied to
2222
the environment instance, including any bootstrap scripts
2323
InstanceType:
24-
Description: Choose the instance type for this instance. e.g. t2.small
24+
Description: Choose the instance type for this instance. e.g. t3.small
2525
Type: String
26-
Default: t2.small
27-
AllowedValues: [t2.nano, t2.micro, t2.small, t2.medium]
26+
Default: t3.small
27+
AllowedValues: [t3.nano, t3.micro, t3.small, t3.medium]
2828
ConstraintDescription: must be a valid EC2 instance type.
2929
KeyPair:
3030
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.

cft-templates/nextflow-advanced.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ Parameters:
8787
InstanceType:
8888
Description: Head Node EC2 instance type
8989
Type: String
90-
Default: t2.small
91-
AllowedValues: [t2.nano, t2.micro, t2.small, t2.medium]
90+
Default: t3.small
91+
AllowedValues: [t3.nano, t3.micro, t3.small, t3.medium]
9292
ConstraintDescription: Must be a valid EC2 instance type.
9393
KeyPair:
9494
Description: Name of an existing EC2 KeyPair to enable SSH access to the Head Node. 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.

cft-templates/sagemaker-template-with-url.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Parameters:
1010
- ml.t2.medium
1111
- ml.t3.medium
1212
ConstraintDescription: Must select a valid notebook instance type.
13-
Default: ml.t2.medium
14-
Description: Select Instance type for the SageMaker Notebook. e.g.ml.t2.medium
13+
Default: ml.t3.medium
14+
Description: Select Instance type for the SageMaker Notebook. e.g.ml.t3.medium
1515
Type: String
1616
Resources:
1717
SageMakerRole:

cft-templates/windows-ec2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Description: 'AWS CloudFormation Sample Template Sample template EIP_With_Associ
1010
You will be billed for the AWS resources used if you create a stack from this template.'
1111
Parameters:
1212
InstanceType:
13-
Description: Choose the instance type for this instance. e.g. t2.small
13+
Description: Choose the instance type for this instance. e.g. t3.small
1414
Type: String
15-
Default: t2.small
16-
AllowedValues: [t2.nano, t2.micro, t2.small, t2.medium]
15+
Default: t3.small
16+
AllowedValues: [t3.nano, t3.micro, t3.small, t3.medium]
1717
ConstraintDescription: must be a valid EC2 instance type.
1818
KeyPair:
1919
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.

0 commit comments

Comments
 (0)