File tree Expand file tree Collapse file tree
opensearch/opensearch_ubi/bin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ const account = process.env.CDK_DEFAULT_ACCOUNT ?? process.env.AWS_ACCOUNT_ID;
4141// OpenSearch configuration
4242const openSearchConfig = {
4343 version : app . node . tryGetContext ( 'opensearchVersion' ) ?? '3.3' ,
44- instanceType : app . node . tryGetContext ( 'instanceType' ) ?? 't3.small .search' ,
45- instanceCount : parseInt ( app . node . tryGetContext ( 'instanceCount' ) ?? '1 ' ) ,
44+ instanceType : app . node . tryGetContext ( 'instanceType' ) ?? 't3.medium .search' ,
45+ instanceCount : parseInt ( app . node . tryGetContext ( 'instanceCount' ) ?? '3 ' ) ,
4646 ebsVolumeSize : parseInt ( app . node . tryGetContext ( 'ebsVolumeSize' ) ?? '20' ) ,
4747 dedicatedMasterEnabled : app . node . tryGetContext ( 'dedicatedMaster' ) === 'true' ,
4848 multiAzEnabled : app . node . tryGetContext ( 'multiAz' ) === 'true' ,
You can’t perform that action at this time.
0 commit comments