I set up an EC2 instance on Amazon AWS and installed a LAMP stack by following the tutorial here:
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html
I assigned an elastic (i.e. static) IP address to my instance, and pointed a domain name that I own at it (via DNS records handled by my domain registrar, which is not AWS). When I browse to my domain, I can see my index.html file - everything is working fine so far.
I want to set up some email addresses that just auto-forward to existing Gmail accounts. Imagine my domain is mydomain.com
- what I want is to set up info@mydomain.com
and whenever anyone sends email to this address, I want it to be automatically forwarded to (for example) mydomain@gmail.com
.
What is the simplest way to set this up? I wonder if AWS has a tutorial I can walk through.