While creating the new record with abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijkl
as my subdomain I'm getting the below error.
(InvalidChangeBatch 400: DomainLabelTooLong (Domain label is too long) encountered with 'abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijkl')
From AWS Documentation i found the below statement.
The total length of a domain name cannot exceed 255 bytes, including the dots.
FYI my root domain length is 20 , 20+ 64 (subdomain) also not exceeds this 255 bytes.
Anyone got the issue?