I am trying to use a custom domain name on AWS Amplify.
Step 2 in the process is:
2. Configure root domain In order to use your root domain you must configure an ANAME record (also called an ALIAS) in your DNS provider. If your DNS provider does not support ANAME/ALIAS, migrate your zone file to Amazon Route53. Learn more If you are migrating a custom domain that is already serving production traffic, please wait until your new application loads successfully at the .cloudfront.net url shown below before updating your DNS records:
The values I need to plug in are:
@
ANAME
abc-whatever-xyz.cloudfront.net
Please note that Freenom does not have a type called "ANAME". However, there is "A" as well as "AAAA". If I use the "A", and plug in the values I receive the following warning:
Error occured: Wild cards are not allowed!
What should I do please?