Failed deploy model due to InvalidParameter: 1 validation error(s) found.

0

Hi All, Any suggestion on fixing below error, please.

Events: Type Reason Age From Message


Warning FailedDeployModel 5m35s (x35 over 175m) ingress Failed deploy model due to InvalidParameter: 1 validation error(s) found.

  • minimum field value of 1, CreateTargetGroupInput.Port.
1 Antwort
1

The error message InvalidParameter: 1 validation error(s) found. Minimum field value of 1, CreateTargetGroupInput.Port means a problem with the port setting for a target group in your setup. in other words, It means that the port value has not been specified or has been assigned a value below 1, which is invalid. What you can do:

  • Make sure that the port value for the target group in your configuration is set correctly and is greater than or equal to 1. This could be in a YAML, JSON, or other configuration file depending on your deployment setup.
  • If you find that the port value is incorrect or missing, update it to a valid port number (typically between 1 and 65535).
  • After updating your configuration, redeploy your application or infrastructure to apply the changes.
profile picture
EXPERTE
beantwortet vor 2 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen