I am trying to use my parked GoDaddy domain name with AWS Elastic Beanstalk and followed as the answer from this question . I had a problem at step 4. I imported a zone file for windows from GoDaddy and when I imported it returned me a parsing error at PARKED. My import file looks like this:
; SOA Record
***.com. 600 IN SOA ***.***.com. dns.***.net (
--------
-----
----
-----
---
)
; A Records
@ 600 IN A >>++PARKED1++<<
; CNAME Records
_domainconnect 3600 IN CNAME ***.**.****.com
www 3600 IN CNAME @
ftp 3600 IN CNAME @
; NS Records
@ 3600 IN NS ***.****.com
@ 3600 IN NS ***.****.com
I read AWS documentation on migrating DNS but it only says to just import. So what should I change in the settings or the import file?