I just noticed Stripe's API returning intermittent 500 errors for the first time in forever. Now I know why! =)
AWS West Outage (US-WEST-2 region)
11–20 of 24 posts
Re: AWS West Outage (US-WEST-2 region)
#12These things happen to every datacentre. That’s why AWS has multiple, separately managed regions that you can use to keep your app up with.
and pay double? no way
Depending on how quickly new instances of the app can be brought up to, it may be worthwhile to run a bit more capacity so that the remaining instances don't melt down should all the instances in one zone become unavailable.
Re: AWS West Outage (US-WEST-2 region)
#13These things happen to every datacentre. That’s why AWS has multiple, separately managed regions that you can use to keep your app up with.
Re: AWS West Outage (US-WEST-2 region)
#14Seems to have hit pagerduty pretty hard... your poor on-call guy may have no idea his app is busted.
Re: AWS West Outage (US-WEST-2 region)
#15These things happen to every datacentre. That’s why AWS has multiple, separately managed regions that you can use to keep your app up with.
Re: AWS West Outage (US-WEST-2 region)
#16These things happen to every datacentre. That’s why AWS has multiple, separately managed regions that you can use to keep your app up with.
But AWS has the concept of availability zones that they equate to a data center. AWS refers to an AZ as an "isolated location". It's becoming clear with the S3 outages and this outage that isolation is not as robust as expected so now we see more reference to cross-region replication. But unlike cross-AZ services like S3 or DynamoDB, you need to build your own cross-region replication and failover.
Re: AWS West Outage (US-WEST-2 region)
#17Re: AWS West Outage (US-WEST-2 region)
#18Re: AWS West Outage (US-WEST-2 region)
#19Seems to have hit pagerduty pretty hard... your poor on-call guy may have no idea his app is busted.