We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48cf2c commit 1a39cddCopy full SHA for 1a39cdd
services/autoscaling/src/simcore_service_autoscaling/utils/cluster_scaling.py
@@ -21,7 +21,7 @@
21
from ..models import AssociatedInstance
22
from . import utils_docker
23
24
-_EC2_INTERNAL_DNS_RE: Final[re.Pattern] = re.compile(r"^(?P<host_name>ip-[^.]+).*$")
+_EC2_INTERNAL_DNS_RE: Final[re.Pattern] = re.compile(r"^(?P<host_name>ip-[^.]+)\..+$")
25
_logger = logging.getLogger(__name__)
26
27
0 commit comments