Skip to content

Commit fdad95b

Browse files
committed
update euid CF template and desc
1 parent 2e62283 commit fdad95b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/aws/EUID_CloudFormation.template.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Parameters:
3838
- m6i.4xlarge
3939
- r6i.2xlarge
4040
- r6i.4xlarge
41+
- r7i.2xlarge
42+
- r7i.4xlarge
4143
ConstraintDescription: must be a valid EC2 instance type.
4244
RootVolumeSize:
4345
Description: Instance root volume size
@@ -90,7 +92,7 @@ Metadata:
9092
DeployToEnvironment:
9193
default: EUID environment to deploy to. Prod - production; Integ - integration test.
9294
InstanceType:
93-
default: Instance Type for EC2. Minimum 4 vCPUs needed. M5, M5a, M5n, M6i and R6i Instance types are tested. Choose 2xlarge or 4xlarge.
95+
default: Instance Type for EC2. Minimum 4 vCPUs needed. M5, M5a, M5n, M6i, R6i and R7i Instance types are tested. Choose 2xlarge or 4xlarge.
9496
SSHKeyName:
9597
default: Key Name for SSH to EC2 (required)
9698
RootVolumeSize:

0 commit comments

Comments
 (0)