Things You Should Know About AWS
highscalability.com
Things You Should Know About AWS
1–10 of 51 posts
Re: Things You Should Know About AWS
#2Re: Things You Should Know About AWS
#3anyone already used this ?
Re: Things You Should Know About AWS
#4Is anyone aware of such a thing? If not, any advice for starting one?
Re: Things You Should Know About AWS
#5Actually I was wondering if there is any experience/benchmarks about Amazon high-performance instances. anyone already used this ?
- Running EMR jobs on cc2.8xlarge machines as spot instances is a great way to get a LOT of computer power very cheaply. Because our jobs are periodic we run both Core and Task as spots and simply retry the job if our machines get terminated. I did a lot of benchmarking and found that a small number of cc2.8xlarge machines out-performs and is cheaper than a large number of lesser instances (and I tried most of the lesser machines). In us-west-2 it's very uncommon to lose our instances, unlike us-east-1 which has major price fluctuations (this is true for all types of spot instance).
- The cr1.8xlarge has fantastic performance, relative to the rest of the AWS machines. It's also very expensive compared to the cost of hardware or a similar solution on another cloud provider. Since we're fully integrated with AWS and don't want to run our own hardware we're sucking up the cost for now, but it's definitely a sore-point in our budget. The cr1.8xlarge is also all-round a better machine than the hi.4xlarge, which has a lot of disk but is pitiful in terms of CPU.
Re: Things You Should Know About AWS
#6Actually I was wondering if there is any experience/benchmarks about Amazon high-performance instances. anyone already used this ?
I am using a number of high-performance instances - cc2.8xlarge machines for EMR jobs, and cr1.8xlarge machines for analytics databases. From my testing: - Running EMR jobs on cc2.8xlarge machines as spot instances is a great way to get a LOT of computer power very cheaply. Because our jobs are periodic we run both Core and Task as spots and simply retry the job if our machines get terminated. I did a lot of benchmar…
thanks for sharing.
Re: Things You Should Know About AWS
#7Re: Things You Should Know About AWS
#8What is the 'aws' command in example #2? Is that a Ruby/Python/other script released by Amazon or a 3rd party?
Re: Things You Should Know About AWS
#9This is great and all, but I'd love to see a community wiki / discussion area for AWS tips, tricks, and gotchas. Something like Quora crossed with Wikipedia, just for AWS. Is anyone aware of such a thing? If not, any advice for starting one?