diff --git a/pipeline_resources/EastAfrica/configs/coordinator/depo_config_EastAfrica_an_live.json b/pipeline_resources/EastAfrica/configs/coordinator/depo_config_EastAfrica_an_live.json
new file mode 100644
index 0000000000000000000000000000000000000000..458c261bce46ef0afc8992081b3c5e0dd42a6f18
--- /dev/null
+++ b/pipeline_resources/EastAfrica/configs/coordinator/depo_config_EastAfrica_an_live.json
@@ -0,0 +1,35 @@
+{
+    "ServerPathTemplate": "${MetoFTP}/metofficeupload/upload/Ethiopia/fromMO/daily_name/",
+    "InputFileTemplate" : "WR_NAME_Ethiopia_${StartString}_an",
+    "DataFileTemplate" : "deposition_srcs_allregions_${StartString}.nc",
+    "TimeExpectedAvailable" : "1500",
+    "ProcessPreJob" : "process_pre_job_server_download",
+    "ProcessInJob" : "process_in_job_dep",
+    "ProcessEWSPlotting" : "process_EWS_plotting_dep",
+    "EWS-Plotting" : {
+        "SysConfig": "${ConfigsPath}/coordinator/sys_config_EastAfrica.json",
+        "NameExtractionConfig": "${ConfigsPath}/plotting///name_extraction/NAME_EXTRACTION_CONFIG.json",
+        "RunConfig": "${ConfigsPath}/plotting///deposition/RUN_CONFIG_DEPO.json",
+        "RunConfigNorm": "${ConfigsPath}/plotting///deposition/RUN_CONFIG_DEPO_NORMALIZED.json",
+        "EastAfrica" : {
+            "ChartConfig": "${ConfigsPath}/plotting///chart/CHART_CONFIG_EAST_AFRICA_PINE.json",
+            "Normalize" : "False"
+        },
+        "Ethiopia" : {
+            "ChartConfig": "${ConfigsPath}/plotting///chart/CHART_CONFIG_ETHIOPIA_PINE.json",
+            "Normalize" : "False"
+        },
+        "Kenya" : {
+            "ChartConfig": "${ConfigsPath}/plotting/chart/CHART_CONFIG_KENYA_PINE.json",
+            "Normalize": "False"
+        },
+        "Zambia": {
+            "ChartConfig": "${ConfigsPath}/plotting/chart/CHART_CONFIG_ZAMBIA_PINE.json",
+            "Normalize": "False"
+        },
+        "Tanzania": {
+            "ChartConfig": "${ConfigsPath}/plotting/chart/CHART_CONFIG_TANZANIA_EPI.json",
+            "Normalize": "False"
+        }
+    }
+}
diff --git a/pipeline_resources/EastAfrica/configs/coordinator/depo_config_EastAfrica_fc_live.json b/pipeline_resources/EastAfrica/configs/coordinator/depo_config_EastAfrica_fc_live.json
index d9cc0b529500db67d08744cfba7ffe48f816cd89..36d14e1b8666a85556ec24e444101f37f2424fa5 100644
--- a/pipeline_resources/EastAfrica/configs/coordinator/depo_config_EastAfrica_fc_live.json
+++ b/pipeline_resources/EastAfrica/configs/coordinator/depo_config_EastAfrica_fc_live.json
@@ -20,15 +20,15 @@
             "Normalize": "False"
         },
         "Kenya": {
-            "ChartConfig": "${ConfigsPath}/plotting///chart/CHART_CONFIG_KENYA_PINE.json",
+            "ChartConfig": "${ConfigsPath}/plotting/chart/CHART_CONFIG_KENYA_PINE.json",
             "Normalize": "False"
         },
         "Zambia": {
-            "ChartConfig": "${ConfigsPath}/plotting///chart/CHART_CONFIG_ZAMBIA_PINE.json",
+            "ChartConfig": "${ConfigsPath}/plotting/chart/CHART_CONFIG_ZAMBIA_PINE.json",
             "Normalize": "False"
         },
         "Tanzania": {
-            "ChartConfig": "${ConfigsPath}/plotting///chart/CHART_CONFIG_TANZANIA_EPI.json",
+            "ChartConfig": "${ConfigsPath}/plotting/chart/CHART_CONFIG_TANZANIA_EPI.json",
             "Normalize": "False"
         }
     }
diff --git a/pipeline_resources/EastAfrica/configs/coordinator/env_suit_config_EastAfrica_an_live.json b/pipeline_resources/EastAfrica/configs/coordinator/env_suit_config_EastAfrica_an_live.json
new file mode 100644
index 0000000000000000000000000000000000000000..8d67d58ccedff4e31ec2dfed3a082ec200ac2e3e
--- /dev/null
+++ b/pipeline_resources/EastAfrica/configs/coordinator/env_suit_config_EastAfrica_an_live.json
@@ -0,0 +1,101 @@
+{
+    "ServerPathTemplate" : "${MetoFTP}/metofficeupload/upload/Ethiopia/fromMO/daily_name/",
+    "InputFileTemplate" : "WR_EnvSuit_Met_Ethiopia_${StartString}_fc",
+    "TimeExpectedAvailable" : "0800",
+    "ProcessPreJob" : "process_pre_job_server_download",
+    "ProcessInJob" : "process_in_job_env2_0",
+    "ProcessEWSPlotting" : "process_EWS_plotting_env2_0",
+    "CONFIGS_PATH": "${ConfigsPath}",
+    "ASSETS_PATH": "${AssetsPath}",
+    "WORK_PATH" : "${WorkspacePath}",
+    "INPUT_PATH" : "${WorkspacePath}",
+    "OUTPUT_PATH" : "${WorkspacePath}",
+    "SYS_CONFIG" : "${ConfigsPath}/met_extractor/SYS_CONFIG_PINE.json",
+    "FIELD_NAME_CONSTANTS" : "${ConfigsPath}/met_extractor/FIELD_NAME_CONSTANTS.csv",
+    "RUN_TYPE" : "operational",
+    "EXTRACTION_DAYS": 7,
+    "FORECAST_DAYS": 6,
+    "STRAINS": ["LeafRust","StemRust","StripeRust","LeafRust_TempOnly","StemRust_TempOnly","StripeRust_TempOnly"],
+    "PARAMS": {
+        "LeafRust": {
+            "suitability_modules": ["semibool_dewperiod"],
+            "past_steps": 0,
+            "future_steps": 7,
+            "thresholds": {
+                "temperature": [2,15,20,30],
+                "precipitation": 0,
+                "relative_humidity": 90
+            }
+        },
+        "StemRust": {
+            "suitability_modules": ["semibool_dewperiod"],
+            "past_steps": 0,
+            "future_steps": 7,
+            "thresholds": {
+                "temperature": [2,15,24,30],
+                "precipitation": 0,
+                "relative_humidity": 90
+            }
+        },
+        "StripeRust": {
+            "suitability_modules": ["v1_dewperiod"],
+            "past_steps": 0,
+            "future_steps": 7,
+            "thresholds": {
+                "temperature": [2.37,19.8],
+                "precipitation": 0,
+                "relative_humidity": 90
+            }
+        },
+        "LeafRust_TempOnly": {
+            "suitability_modules": ["semibool_dewperiod"],
+            "past_steps": 0,
+            "future_steps": 7,
+            "thresholds": {
+                "temperature": [2,15,20,30],
+                "precipitation": -1,
+                "relative_humidity": 90
+            }
+        },
+        "StemRust_TempOnly": {
+            "suitability_modules": ["semibool_dewperiod"],
+            "past_steps": 0,
+            "future_steps": 7,
+            "thresholds": {
+                "temperature": [2,15,24,30],
+                "precipitation": -1,
+                "relative_humidity": 90
+            }
+        },
+        "StripeRust_TempOnly": {
+            "suitability_modules": ["v1_dewperiod"],
+            "past_steps": 0,
+            "future_steps": 7,
+            "thresholds": {
+                "temperature": [2.37,19.8],
+                "precipitation": -1,
+                "relative_humidity": 90
+            }
+        }
+    },
+    "EWS-Plotting" : {
+        "SysConfig" : "${ConfigsPath}/coordinator/sys_config_EastAfrica.json",
+        "RunConfig" : "${ConfigsPath}/plotting/env_suit/RUN_CONFIG_ENV.json",
+        "EastAfrica" : {
+            "ChartConfig" : "${ConfigsPath}/plotting/chart/CHART_CONFIG_EAST_AFRICA_PINE.json",
+            "FilterForCountry" : "False"
+        },
+        "Ethiopia" : {
+            "ChartConfig" : "${ConfigsPath}/plotting/chart/CHART_CONFIG_ETHIOPIA_PINE.json",
+            "FilterForCountry" : "True"
+        },
+        "Kenya" : {
+            "ChartConfig" : "${ConfigsPath}/plotting/chart/CHART_CONFIG_KENYA_PINE.json",
+            "FilterForCountry" : "True"
+        },
+        "Zambia" : {
+            "ChartConfig" : "${ConfigsPath}/plotting/chart/CHART_CONFIG_ZAMBIA_PINE.json",
+            "FilterForCountry" : "True"
+        }
+    }
+}