diff --git a/provider/indexer-aws/CloudFormation/Params/dev.template_configuration.json b/provider/indexer-aws/CloudFormation/Params/dev.template_configuration.json index e970b952a1198c14a62f8e2aa2c9c3a526ca9ee1..d0547d91dffefbf7345cc9d310ffbe0480162b88 100644 --- a/provider/indexer-aws/CloudFormation/Params/dev.template_configuration.json +++ b/provider/indexer-aws/CloudFormation/Params/dev.template_configuration.json @@ -4,7 +4,6 @@ "DeploymentRegion" : "us-east-1", "ChildTemplateBasePath" : "https://s3.amazonaws.com/dev-os-indexer-cloudformation-scripts/Automated/", "ApplicationName" : "os-indexer", - "QueueApplicationName" : "os-indexer-queue", "KeyName": "indexer-ecs-keypair", "DesiredCapacity": "2", "MinSize": "0", @@ -29,11 +28,7 @@ "NumberOfDedicatedMasterNodes": "2", "ZoneAwarenessEnabled": "false", "ElasticsearchVersion": "6.8", - "EBSVolumeSize": "10", - "StorageApplicationName": "osdu-storage", - "IndexerEndpoint": "api/indexer/v2/_dps/task-handlers/index-worker", - "MaxThreads": "50", - "MaxMessages": "100000" + "EBSVolumeSize": "10" }, "Tags" : { "Environment" : "dev" diff --git a/provider/indexer-aws/CloudFormation/Params/prod.template_configuration.json b/provider/indexer-aws/CloudFormation/Params/prod.template_configuration.json index 5ce49d41a5e48414fdb8ced2d246c76728ce9212..88500880ff99b6ead296719dbe31cf383d1b2f7e 100644 --- a/provider/indexer-aws/CloudFormation/Params/prod.template_configuration.json +++ b/provider/indexer-aws/CloudFormation/Params/prod.template_configuration.json @@ -4,7 +4,6 @@ "DeploymentRegion" : "us-east-1", "ChildTemplateBasePath" : "https://s3.amazonaws.com/prod-os-indexer-cloudformation-scripts/Automated/", "ApplicationName" : "os-indexer", - "QueueApplicationName" : "os-indexer-queue", "KeyName": "indexer-ecs-keypair", "DesiredCapacity": "2", "MinSize": "0", @@ -29,11 +28,7 @@ "NumberOfDedicatedMasterNodes": "2", "ZoneAwarenessEnabled": "false", "ElasticsearchVersion": "6.8", - "EBSVolumeSize": "10", - "StorageApplicationName": "osdu-storage", - "IndexerEndpoint": "api/indexer/v2/_dps/task-handlers/index-worker", - "MaxThreads": "50", - "MaxMessages": "100000" + "EBSVolumeSize": "10" }, "Tags" : { "Environment" : "prod" diff --git a/provider/indexer-aws/CloudFormation/Params/uat.template_configuration.json b/provider/indexer-aws/CloudFormation/Params/uat.template_configuration.json index 76b575b47780504db41e9b78e9ca65aa20b63d51..7dd145bc4c5a57c9302de4844561a64870a0900b 100644 --- a/provider/indexer-aws/CloudFormation/Params/uat.template_configuration.json +++ b/provider/indexer-aws/CloudFormation/Params/uat.template_configuration.json @@ -4,7 +4,6 @@ "DeploymentRegion" : "us-east-1", "ChildTemplateBasePath" : "https://s3.amazonaws.com/uat-os-indexer-cloudformation-scripts/Automated/", "ApplicationName" : "os-indexer", - "QueueApplicationName" : "os-indexer-queue", "KeyName": "indexer-ecs-keypair", "DesiredCapacity": "2", "MinSize": "0", @@ -29,11 +28,7 @@ "NumberOfDedicatedMasterNodes": "2", "ZoneAwarenessEnabled": "false", "ElasticsearchVersion": "6.8", - "EBSVolumeSize": "10", - "StorageApplicationName": "osdu-storage", - "IndexerEndpoint": "api/indexer/v2/_dps/task-handlers/index-worker", - "MaxThreads": "50", - "MaxMessages": "100000" + "EBSVolumeSize": "10" }, "Tags" : { "Environment" : "uat"