I of course don't know the tradeoffs involved in running your system, but I know for a lot of my situations the simplicity of single AZ with a straightforward failover option is usually the right tradeoff.
AWS EC2/RDS Outage in us-east-1
61–70 of 152 posts
Re: AWS EC2/RDS Outage in us-east-1
#62I’m surprised by how much of the “internet” seem to be affected by a single AZ going down.
We wouldn't have this problem if people just used application-layer protocols and federated services like the early internet.
The only difference between then and now is that we’re online (seemingly) at every waking minute expecting a hundred different services to be functional at any given moment.
Re: AWS EC2/RDS Outage in us-east-1
#63Has anyone else noticed that there seems to never be outages in us-east-2 and somehow everyone keeps putting instances in -1? Why?
Re: AWS EC2/RDS Outage in us-east-1
#64Re: AWS EC2/RDS Outage in us-east-1
#65Earlier quoted context omitted.
usually, DB servers will live in a small number of locations with good connectivity between clusters and the frontends (which terminate the user's TCP connection) live much closer (likely Sydney). Good design means that there are few roundtrips between the FEs and the backend but they are not unavoidable. Designing truly resilient and available applications with DB servers that replicate across continents is hard.
Is true master-master replication across continents even possible? I guess partitioning can help, but then isn't it just turning the DB servers into pizzas of master-slave where the Hawaiian slice is master only in Hawaii, and slave everywhere else?
Re: AWS EC2/RDS Outage in us-east-1
#66Has anyone else noticed that there seems to never be outages in us-east-2 and somehow everyone keeps putting instances in -1? Why?
If we move anywhere, its going to be completely out of AWS and into on-prem or some bare metal provider. Hopping regions hoping to win at some reliability metric game is not a good way to run a business IMO.
Re: AWS EC2/RDS Outage in us-east-1
#67Reddit has been quite dysfunctional for me the past hour or so.
Re: AWS EC2/RDS Outage in us-east-1
#68Earlier quoted context omitted.
Also, it is one of the regions that gets new features first, which makes me wonder if it contributes to lower stability.
This is not true. The region where new software is deployed first is different team by team (or service by service).
Re: AWS EC2/RDS Outage in us-east-1
#69Has anyone else noticed that there seems to never be outages in us-east-2 and somehow everyone keeps putting instances in -1? Why?
Re: AWS EC2/RDS Outage in us-east-1
#70Just wanted to add a quick note before we get the usual deluge of "you should be running in multiple AZs and regions" posts: These outages are relatively rare and your best decision might just be to accept the tiny amount of downtime and keep your app simple and inexpensive to run. I of course don't know the tradeoffs involved in running your system, but I know for a lot of my situations the simplicity of single AZ w…
1. People don't realize how much they love and depend on you until you're gone.
2. Keeps you on your toes, it's easy to get complacent when everything just runs along happily for months and years on end.
I do wish there was a way to train users that millions of them reloading constantly as service ramps back up doesn't accelerate the ramp-up time, though. ;)