2
votes
1answer
71 views

Is it possible to host in the cloud but have email in Gmail?

Is it possible to host a website for example in Amazon Cloud and have my domain point there, but have the same domain installed with Gmail for mail support?
0
votes
0answers
12 views

Is there a website where it will display all of the running EC2 instances?

I switch to different regions frequently. So sometimes I forget to turn off my running instance from different region. I want to know if there's a website provided by amazon where it will display all ...
0
votes
0answers
14 views

How can I remove columns from the list of instances in amazon aws EC2

I have started to use Amazon EC2 service and the question I am trying to solve: In the list of instances I have a lot of columns, most of them are the same, and the worst thing that the meaning of ...
0
votes
1answer
745 views

Where do I run ec2-authorize? Locally or on my AMI VM?

To open port 80 on my Amazon AMI VM, I need to do "ec2-authorize default -p 80". Should I do this on my home machine or on the VM itself? Since running ec2-authorize requires a private key, I'm ...