diff --git a/provider/indexer-aws/CloudFormation/Params/dev.template_configuration.json b/provider/indexer-aws/CloudFormation/Params/dev.template_configuration.json
index 2625a8b409ca811ecddc326ab0733601610cc1b3..3c414096f38a621ddb532c9a98db2146257c6fa0 100644
--- a/provider/indexer-aws/CloudFormation/Params/dev.template_configuration.json
+++ b/provider/indexer-aws/CloudFormation/Params/dev.template_configuration.json
@@ -6,7 +6,7 @@
     "ApplicationName" : "os-indexer",
     "QueueApplicationName" : "os-indexer-queue",
     "KeyName": "indexer-ecs-keypair",
-    "DesiredCapacity": "1",
+    "DesiredCapacity": "2",
     "MinSize": "0",
     "MaxSize": "3",
     "InstanceType": "t3.micro",
diff --git a/provider/indexer-aws/CloudFormation/Params/prod.template_configuration.json b/provider/indexer-aws/CloudFormation/Params/prod.template_configuration.json
index 09d4e6b7592f5f08d75d1ca61ada84913bbf6b24..c2928c475bd60b3a898ba86483bbcba7779baef7 100644
--- a/provider/indexer-aws/CloudFormation/Params/prod.template_configuration.json
+++ b/provider/indexer-aws/CloudFormation/Params/prod.template_configuration.json
@@ -6,7 +6,7 @@
     "ApplicationName" : "os-indexer",
     "QueueApplicationName" : "os-indexer-queue",
     "KeyName": "indexer-ecs-keypair",
-    "DesiredCapacity": "1",
+    "DesiredCapacity": "2",
     "MinSize": "0",
     "MaxSize": "3",
     "InstanceType": "t3.micro",
diff --git a/provider/indexer-aws/CloudFormation/Params/uat.template_configuration.json b/provider/indexer-aws/CloudFormation/Params/uat.template_configuration.json
index 13a053f5dbd7eea06ad2d359cb1d8225ae2dc7a9..9ced75429687e22b62a621a2ddca19ce992a4bf5 100644
--- a/provider/indexer-aws/CloudFormation/Params/uat.template_configuration.json
+++ b/provider/indexer-aws/CloudFormation/Params/uat.template_configuration.json
@@ -6,7 +6,7 @@
     "ApplicationName" : "os-indexer",
     "QueueApplicationName" : "os-indexer-queue",
     "KeyName": "indexer-ecs-keypair",
-    "DesiredCapacity": "1",
+    "DesiredCapacity": "2",
     "MinSize": "0",
     "MaxSize": "3",
     "InstanceType": "t3.micro",
diff --git a/provider/indexer-aws/src/main/resources/application.properties b/provider/indexer-aws/src/main/resources/application.properties
index 4988ff896fe4f11b4d8369cae144ad622db455ec..ed3556d65d440e216cc940e6119bb19ac9eef90b 100644
--- a/provider/indexer-aws/src/main/resources/application.properties
+++ b/provider/indexer-aws/src/main/resources/application.properties
@@ -63,7 +63,7 @@ aws.elasticache.cluster.schema.port=6379
 aws.elasticache.cluster.index.endpoint=dev-indexerindexcache.ri5g7a.0001.use1.cache.amazonaws.com
 aws.elasticache.cluster.schema.endpoint=dev-indexerschemacache.ri5g7a.0001.use1.cache.amazonaws.com
 
-# Redis Local End Points
+## Redis Local End Points
 #aws.elasticache.cluster.index.endpoint=127.0.0.1
 #aws.elasticache.cluster.schema.endpoint=127.0.0.1