Explorar el Código

update ecs region

supeng hace 1 año
padre
commit
b5298509e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rov_server_quick_restart_with_ess.py

+ 1 - 1
rov_server_quick_restart_with_ess.py

@@ -112,7 +112,7 @@ async def ess_instance(create_client, slb_client, ess_count, max_workers, versio
     ess_instance_ids = utils.create_multiple_instances(
         amount=ess_count,
         client=create_client,
-        **rov_server_config.instance_config,
+        **rov_server_config.instance_config_i,
     )
     time.sleep(60)