I have subscribed DNS service at a third party provider and I attached my domain name to my EC2 instance at AWS. I have successfully migrated the domain name. But mail has some problem. They asked me to create a zone file record mail.domainname.com pointing it to their IP Address xxx.xxx.xxx.xxx.
So what I did was, I created a record set at Route53 as
Name: mail.domainname.com. Type: MX-mail exchange Alias: No TTL: 300 Value: 10 xxx.xxx.xxx.xxx
The record set was created. But mail service is not still working yet. Is that what I did correct?