我正在尝试在大学域内创建个人/专业网站。我向大学请求了一个静态 IP 地址,该地址定向到网站名称“http://lastname.someuniversity .edu”。我想设置一个 Amazon EC2 实例来托管网站。
我知道如何在 EC2 实例上创建/管理网站,但我只是不知道如何让 EC2 实例与大学对话(反之亦然)。大学里的IT人员并没有多大帮助。
我知道如何设置本地计算机作为网络服务器运行,但不知道如何让 Amazon EC2 实例“坐在”大学内部。
感谢您的帮助,
Will
I'm trying to create a personal/professional website within a college-domain. From the university I've requested a static-IP address which is directed to a website-name "http://lastname.someuniversity.edu". I would like to setup an Amazon EC2 instance to host a website.
I know how to create/administer the website on the EC2 instance I just don't know how to get the EC2 instance to talk to the university (and vice-versa). The IT person at the university wasn't terribly helpful.
i know how to setup a local machine to run as the webserver just not how to get the Amazon EC2 instance to 'sit inside" the university.
Thanks for the help,
Will
发布评论
评论(3)
如果您希望 Amazon EC2 实例“位于您的大学内”,您可能需要建立一个 VPN 使用 Amazon Virtual Private Cloud 服务进行连接。
这项服务仍处于测试阶段,但已经公开发布了大约一年。目前连接费用为每小时 0.05 美元(每月约 36.5 美元),并且您还需要支付数据传输费用。
If you want the Amazon EC2 instance "to sit inside your university" you may want to establish a VPN connection by using the Amazon Virtual Private Cloud service.
This service is still in beta, but it has been publicly available for about a year. A connection currently costs $0.05 per hour (circa $36.5 per month) and you also pay for data transfer.
查看 亚马逊虚拟私有云。我认为这正是你所要求的。
Check out Amazon Virtual Private Clouds. I think it is exactly what you are asking for.
您需要与“IT 人员”合作,在您的场所和 EC2 云之间设置 VPN 连接。在实践中,您可能需要:
1) 为您的 EC2 连接定义子网(即 10.10.10.x)。
2) 在您的大学和 Amazon(虚拟私有云)之间建立 VPN 隧道。
3) 启用大学内的任何路由或防火墙更改。
当您可以从您的场所内“ping”EC2 主机时,您就知道它已经正常工作了。
顺便说一句,我最近发布了一项专门在 Amazon EC2 上运行的新服务。现在大约 20% 的人要求使用 VPC 才能使用我们的服务(虚拟实验室管理),因此我可以证明,这是一个引起了许多大型组织兴趣的解决方案。
You will need to work with your "IT person" to setup a VPN connection between your premises and the EC2 cloud. In practice you will likely need to:
1) Define a subnet for your EC2 connections (ie. 10.10.10.x).
2) Build a VPN tunnel between your university and Amazon (Virtual Private Cloud).
3) Enable any routing or firewall changes at the university.
You know you've got it working when you can 'ping' the EC2 host from within your premises.
BTW, I have recently released a new service that specifically runs on Amazon EC2. About 20% of people are now asking for VPC in order to use our service (Virtual Lab Management), and so I can attest that it's a solution that has raised interest in a lot of large organizations.