Skip to content

Commit 60903a1

Browse files
committed
update the CF to include correct cpu reqirements
1 parent fdad95b commit 60903a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/aws/EUID_CloudFormation.template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Metadata:
9292
DeployToEnvironment:
9393
default: EUID environment to deploy to. Prod - production; Integ - integration test.
9494
InstanceType:
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.
95+
default: Instance Type for EC2. Minimum 8 vCPUs needed. M5, M5a, M5n, M6i, R6i and R7i Instance types are tested. Choose 2xlarge or 4xlarge.
9696
SSHKeyName:
9797
default: Key Name for SSH to EC2 (required)
9898
RootVolumeSize:

scripts/aws/UID_CloudFormation.template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Metadata:
9292
DeployToEnvironment:
9393
default: UID2 environment to deploy to. Prod - production; Integ - integration test.
9494
InstanceType:
95-
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 8 vCPUs needed. M5, M5a, M5n, M6i, R6i and R7i Instance types are tested. Choose 2xlarge or 4xlarge.
9696
SSHKeyName:
9797
default: Key Name for SSH to EC2 (required)
9898
RootVolumeSize:

0 commit comments

Comments
 (0)