I'm developing a very simple portfolio web site. It will most likely barely have any traffic. I want to use node.js and redis for the backend of the application.
我正在开发一个非常简单的投资组合网站。它很可能几乎没有任何流量。我想将node.js和redis用于应用程序的后端。
Since amazon ec2 has 1 year free of micro instance, I was wondering if it will be good enough to host both redis and node.js on it.
由于亚马逊ec2有1年免费的微实例,我想知道它是否足够好主持redis和node.js。
As I said the site will be very lightweight and not accessed frequently.
正如我所说,该网站将非常轻量级,不经常访问。
Thanks!
3 个解决方案
#1
4
A micro instance has been more than enough for my own site which runs nginx, wordpress, django, and a few other random things.
对于我自己的网站运行nginx,wordpress,django和其他一些随机的东西,微型实例已经绰绰有余了。
I'm sure it will be more than adequate for what your doing (unless it's number or IO intensive.. and if you don't know, it's probably not). And hey, it's free, so why not? AWS has a lot of cool features you can play with too!
我相信它对你的行为来说已经足够了(除非它的数量或IO密集......如果你不知道,它可能不是)。嘿,它是免费的,为什么不呢? AWS还有许多很酷的功能!
#2
1
The specs from Amazon lead me to believe so.
亚马逊的规格让我相信如此。
Obviously the redis is questionable with the allotted RAM but it should be fine for minimal traffic.
显然,对于分配的RAM,redis是有问题的,但对于最小的流量应该没问题。
613 MiB memory
Up to 2 EC2 Compute Units (for short periodic bursts)
EBS storage only
32-bit or 64-bit platform
I/O Performance: Low
EBS-Optimized Available: No
API name: t1.micro
613 MiB内存最多2个EC2计算单元(用于短周期突发)EBS存储仅32位或64位平台I / O性能:低EBS优化可用:无API名称:t1.micro
#3
0
My understanding says that it's free for the new users, so just put your code up there and check what happens. Other way is that it only provides around 650 mb of RAM. So you should be fine at the start. Only when a lot of data gets generated by users, the RAM will become bottle neck.
我的理解是说它对新用户是免费的,所以只需将代码放在那里并检查会发生什么。另一种方式是它只提供大约650 MB的RAM。所以你一开始就应该没事。只有当用户生成大量数据时,RAM才会成为瓶颈。
#1
4
A micro instance has been more than enough for my own site which runs nginx, wordpress, django, and a few other random things.
对于我自己的网站运行nginx,wordpress,django和其他一些随机的东西,微型实例已经绰绰有余了。
I'm sure it will be more than adequate for what your doing (unless it's number or IO intensive.. and if you don't know, it's probably not). And hey, it's free, so why not? AWS has a lot of cool features you can play with too!
我相信它对你的行为来说已经足够了(除非它的数量或IO密集......如果你不知道,它可能不是)。嘿,它是免费的,为什么不呢? AWS还有许多很酷的功能!
#2
1
The specs from Amazon lead me to believe so.
亚马逊的规格让我相信如此。
Obviously the redis is questionable with the allotted RAM but it should be fine for minimal traffic.
显然,对于分配的RAM,redis是有问题的,但对于最小的流量应该没问题。
613 MiB memory
Up to 2 EC2 Compute Units (for short periodic bursts)
EBS storage only
32-bit or 64-bit platform
I/O Performance: Low
EBS-Optimized Available: No
API name: t1.micro
613 MiB内存最多2个EC2计算单元(用于短周期突发)EBS存储仅32位或64位平台I / O性能:低EBS优化可用:无API名称:t1.micro
#3
0
My understanding says that it's free for the new users, so just put your code up there and check what happens. Other way is that it only provides around 650 mb of RAM. So you should be fine at the start. Only when a lot of data gets generated by users, the RAM will become bottle neck.
我的理解是说它对新用户是免费的,所以只需将代码放在那里并检查会发生什么。另一种方式是它只提供大约650 MB的RAM。所以你一开始就应该没事。只有当用户生成大量数据时,RAM才会成为瓶颈。