You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: validate manifest against environment "dev": validate unique exposed ports: validate "nlb.additional_listeners[0]": container "web-ping" is exposing the same port 80 with protocol TCP and TLS
following https://aws.github.io/copilot-cli/docs/manifest/lb-web-service/#nlb-additional-listeners (and Copilot Roadmap 🗺️) it seems that 1 container can listen to the port 80 and 443 at the same time... but it seems that cannot use different protocols (with a simple docker listening to the port 80)
error:
validate manifest against environment "dev": validate unique exposed ports: validate "nlb.additional_listeners[0]": container "web-ping" is exposing the same port 80 with protocol TCP and TLSideas?