Live data from Hacker News

Show HN: EC2 prices per GB of memory

instaguide.io

1–10 of 52 posts

Re: Show HN: EC2 prices per GB of memory

#2
I've built this page since I often just want to pick a spot instance type that gives me biggest bang for the buck. Amazon's own pricing page is still very confusing, and ec2instances.info is great but it is a static website and adding spot prices there is nontrivial.

I've also fixed a few minor things that annoyed me, such as correct sorting by instance type (so that r3.16x goes after r3.4x) and added a mode to display spot savings vs on-demand.

Would appreciate any feedback!

Re: Show HN: EC2 prices per GB of memory

#3
post #2

I've built this page since I often just want to pick a spot instance type that gives me biggest bang for the buck. Amazon's own pricing page is still very confusing, and ec2instances.info is great but it is a static website and adding spot prices there is nontrivial. I've also fixed a few minor things that annoyed me, such as correct sorting by instance type (so that r3.16x goes after r3.4x) and added a mode to displ…

Best bang for buck is not at amazon.

Re: Show HN: EC2 prices per GB of memory

#4
Pricing is yet another area where Google Compute Engine is superior. Automatic sustained use discounts[1], the ability to commit long term to a certain amount of cpus and memory and get a discount without any upfront cost[2]. Extended memory[3], basically you can craft a VM instance of any size. Need just 1 cpu but 32 GB of memory, no problem.

AWS on the other hand... A labyrinth of pricing tables, spot instances, EBS optimized, enhanced networking... Complexity.

[1] - https://cloud.google.com/compute/docs/sustained-use-discount...

[2] - https://cloud.google.com/compute/docs/instances/signing-up-c...

[3] - https://cloudplatform.googleblog.com/2017/05/Compute-Engine-...

Re: Show HN: EC2 prices per GB of memory

#5
post #2

I've built this page since I often just want to pick a spot instance type that gives me biggest bang for the buck. Amazon's own pricing page is still very confusing, and ec2instances.info is great but it is a static website and adding spot prices there is nontrivial. I've also fixed a few minor things that annoyed me, such as correct sorting by instance type (so that r3.16x goes after r3.4x) and added a mode to displ…

Best bang for buck is not at amazon.

Right. So the Show HN page says you can barely go below $5 per gigabyte with on-demand pricing. OVH RAM instances consistently cost 1.33 $/GB for a machine with 30, 60, 120 or 240GB of RAM.

Re: Show HN: EC2 prices per GB of memory

#6
post #5

Earlier quoted context omitted.

Best bang for buck is not at amazon.

Right. So the Show HN page says you can barely go below $5 per gigabyte with on-demand pricing. OVH RAM instances consistently cost 1.33 $/GB for a machine with 30, 60, 120 or 240GB of RAM.

I havent looked at OVH lately, but are they really a cloud? Do they provide full VPC with central firewall? Dynamic network disk storage that can be mapped to servers?

Re: Show HN: EC2 prices per GB of memory

#7
post #5

Earlier quoted context omitted.

Right. So the Show HN page says you can barely go below $5 per gigabyte with on-demand pricing. OVH RAM instances consistently cost 1.33 $/GB for a machine with 30, 60, 120 or 240GB of RAM.

I havent looked at OVH lately, but are they really a cloud? Do they provide full VPC with central firewall? Dynamic network disk storage that can be mapped to servers?

How does EBS work, anyway? Is it some form of NFS with caching under the hood?

Re: Show HN: EC2 prices per GB of memory

#9
post #5

Earlier quoted context omitted.

Right. So the Show HN page says you can barely go below $5 per gigabyte with on-demand pricing. OVH RAM instances consistently cost 1.33 $/GB for a machine with 30, 60, 120 or 240GB of RAM.

I havent looked at OVH lately, but are they really a cloud? Do they provide full VPC with central firewall? Dynamic network disk storage that can be mapped to servers?

OVH does have their vRack stuff these days, but it's iffy and clearly intended for dedicated hardware. They have no block storage that I'm aware of.

Re: Show HN: EC2 prices per GB of memory

#10

Earlier quoted context omitted.

I havent looked at OVH lately, but are they really a cloud? Do they provide full VPC with central firewall? Dynamic network disk storage that can be mapped to servers?

How does EBS work, anyway? Is it some form of NFS with caching under the hood?

It's not NFS, it's a block storage mechanism. NFS presents a file-based interface, EBS is a block/device-based interface. The underlying implementation isn't widely publicized, but if you think about how a block device works on a Unix and the AWS bigger-is-faster model for non-PIOPS EBS, you can probably draw some reasonable inferences.
Post reply on HN