Why can I not use an underscore '_' in the name of my ELB?

0

I'm trying to create an Elastic Load Balancer and it refuses to due to having an underscore in the name.

  • Underscores can't be used in domain names, as the underscore character isn't permitted. Hence, ELB is not designed to allow them too.

AWS
ESPERTO
zobAWS
posta 6 anni fa625 visualizzazioni
1 Risposta
2
Risposta accettata

ELB names directly map to the DNS name created for it, and ‘_’ is not a valid in a URL, which has caused many places to not support underscores in DNS names, including Route 53. Since we use Route 53 we can’t actually work around this and haven’t seen the ask from customers to enable these non-URL compatible DNS names.

AWS
ESPERTO
zobAWS
con risposta 6 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande