AWS: the good, the bad and the ugly
blog.awe.sm
AWS: the good, the bad and the ugly
1–10 of 88 posts
Re: AWS: the good, the bad and the ugly
#2Re: AWS: the good, the bad and the ugly
#3Re: AWS: the good, the bad and the ugly
#4I'm yet to play with AWS on any significant level, but this is the kind of thing to bookmark.
Further to that, are there any recommendations for books/sites/entries that discuss more best practices?
Re: AWS: the good, the bad and the ugly
#5So what do you use now for your persistent storage? This might be the most interesting part.
Re: AWS: the good, the bad and the ugly
#6I'd be curious to hear about their backup/restore procedures with just ephemeral storage.
However, our primary strategy for uptime is redundancy -- every db has at least one slave, and we are spread across multiple availability zones.
Re: AWS: the good, the bad and the ugly
#7Good article - it discusses things in a good way to get an overall quick look into how the ecosystem works. I'm yet to play with AWS on any significant level, but this is the kind of thing to bookmark. Further to that, are there any recommendations for books/sites/entries that discuss more best practices?
Re: AWS: the good, the bad and the ugly
#8> For these reasons, and our strong focus on uptime, we abandoned EBS entirely, starting about six months ago, at some considerable cost in operational complexity (mostly around how we do backups and restores). So far, it has been absolutely worth it in terms of observed external uptime. So what do you use now for your persistent storage? This might be the most interesting part.
Re: AWS: the good, the bad and the ugly
#9Bluntly it seems like you must have spent some dev or ops time learning all this and migrating away from EBS etc. even if you didn't hire someone.
Frankly, if your bills are greater than $3K per month with AWS I question whether you are truly saving anything.
(I figured that midsized instances vs. dedicated servers are about 5:1 in terms of performance)
Re: AWS: the good, the bad and the ugly
#10Good article - it discusses things in a good way to get an overall quick look into how the ecosystem works. I'm yet to play with AWS on any significant level, but this is the kind of thing to bookmark. Further to that, are there any recommendations for books/sites/entries that discuss more best practices?
I've not found any, which is part of why I wrote this post! It seems a lot of people blow time and money re-discovering these things.
FWIW, we (at DuckDuckGo) ended up in much the same place: ditched EBS, avoid anything that relies on EBS, and multi-zone and multi-region redundancy (also for latency purposes). For ephemeral storage purposes, we end up mainly using xlarge machines since they have the greatest stability and speed (with 4 drives in RAID-0).