Show HN: Amazon EC2 instance comparison table
21–30 of 35 posts
Re: Show HN: Amazon EC2 instance comparison table
#22Great work! Could you please add the Ec2 Suse instance types to the table, for comparison? I haven't been able to compare the Cpu performance of the Suse instance type compared to the standard types.
Re: Show HN: Amazon EC2 instance comparison table
#23Great work! Could you please add the Ec2 Suse instance types to the table, for comparison? I haven't been able to compare the Cpu performance of the Suse instance type compared to the standard types.
Re: Show HN: Amazon EC2 instance comparison table
#24Thank you. This is way better than the way amazon lays it out. Can you add the additional zones (asia, europe). Simple but very useful. Thanks
Agreed, the current overview sucks. Amazon should hire the guy :)
Re: Show HN: Amazon EC2 instance comparison table
#25Earlier quoted context omitted.
Agreed, the current overview sucks. Amazon should hire the guy :)
Yes because knowing how to use HTML tables and 1 jQuery plugin means you're ready to work at a Fortune 500 company.
Did you create an account just to reply to my nonsense post?
Re: Show HN: Amazon EC2 instance comparison table
#26Earlier quoted context omitted.
Yes because knowing how to use HTML tables and 1 jQuery plugin means you're ready to work at a Fortune 500 company.
A fortune 500 company has all kinds of jobs. Not everyone needs to be uberl33t like you. Did you create an account just to reply to my nonsense post?
Re: Show HN: Amazon EC2 instance comparison table
#27Made this a while back because I was sick of the way Amazon's instance info ( http://aws.amazon.com/ec2/instance-types/ ) and pricing info ( http://aws.amazon.com/ec2/pricing/ ) were on different pages in a hard-to-browse format. Hoping this helps people compare and choose new instances following yesterday's troubles.
If you want ec2instances.info without the www to work you might consider using WWWizer ( http://www.wwwizer.com/ ) Basically you can point any domain's A record to 174.129.25.170 and it will redirect you to the www subdomain.
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^ec2instances.info [nc]
rewriterule ^(.*)$ http://www.ec2instances.info/$1 [r=301,nc]Re: Show HN: Amazon EC2 instance comparison table
#28Great work! Could you please add the Ec2 Suse instance types to the table, for comparison? I haven't been able to compare the Cpu performance of the Suse instance type compared to the standard types.
Suse and non-Suse instances run on the same hardware at different prices.
Re: Show HN: Amazon EC2 instance comparison table
#29Earlier quoted context omitted.
If you want ec2instances.info without the www to work you might consider using WWWizer ( http://www.wwwizer.com/ ) Basically you can point any domain's A record to 174.129.25.170 and it will redirect you to the www subdomain.
Or you use a .htacess and do not give a random person control over your domain. Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^ec2instances.info [nc] rewriterule ^(.*)$ http://www.ec2instances.info/$1 [r=301,nc]