Skip to content

Commit d08f1c9

Browse files
committed
Fix DDC nightly errors, picking manager instance size that is available in all regions
Signed-off-by: Ken Cochrane <[email protected]>
1 parent ffc7dc5 commit d08f1c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws/release/test_cfn.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
DDC_PARAMETERS = [('ClusterSize', 2),
2020
('InstanceType', 't2.micro'),
2121
('KeyName', 'ken_cochrane'),
22-
('ManagerInstanceType', 'm3.medium'),
22+
('ManagerInstanceType', 'm4.large'),
2323
('ManagerSize', 3),
2424
('DDCPasswordSet', 'password'),
25-
('License', '{}')]
25+
('License', '{}')]
2626

2727
CLOUD_PARAMETERS = [('ClusterSize', 2),
2828
('InstanceType', 't2.micro'),

0 commit comments

Comments
 (0)