Forward DNS and Reverse DNS are two completely different things.
No matter what you do in your DNS it resolves to whatever the owner of that ip segment says it does.
Think about it as DNS in Reverse. so say for foo.stackoverflow.com you first query the root .com domain for the stackoverflow NS, then query that NS for the foo A. say 192.168.1.1
But there is no way to make that jump in reverse. nothing will take you from 192.168.1.1 to the NS for the stackoverflow.com domain. You need a completely different lookup, but now looking at IP ranges instead of domains.
in AWS case you need to fill out this form, here: https://aws.amazon.com/forms/ec2-email-limit-rdns-request
They will change it on their end to point to your A record, this is normally needed for mail servers, therefore the email limit request. just ignore that part and complete the bottom portion of the form.