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 官方已更新 7 個月前
- AWS 官方已更新 1 年前
Underscores can't be used in domain names, as the underscore character isn't permitted. Hence, ELB is not designed to allow them too.