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
专家
zobAWS
已提问 6 年前624 查看次数
1 回答
2
已接受的回答

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
专家
zobAWS
已回答 6 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则