mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
changed default stand-alone instance type from c4.2xlarge to c5.2xlarge
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ public interface SharedLandscapeConstants {
|
||||
*/
|
||||
String MULTI_PROCESS_INSTANCE_DEFAULT_NAME = "SL Multi-Server";
|
||||
|
||||
String DEFAULT_DEDICATED_INSTANCE_TYPE_NAME = "C4_2_XLARGE";
|
||||
String DEFAULT_DEDICATED_INSTANCE_TYPE_NAME = "C5_2_XLARGE";
|
||||
|
||||
String DEFAULT_SHARED_INSTANCE_TYPE_NAME = "I3_2_XLARGE";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user