Hacker News new | ask | show | jobs
by count 3965 days ago
Understand that there isn't 'An S3 service'. There are multiple S3 services in multiple Regions within AWS, and they're all operated independently of each other (this goes for all other AWS services too) so that cascading failures/etc. don't occur between regions. So, use 2-3 different S3 regions, or some other multi-cloud solution...
1 comments

How independently? Like independent implementations of the software? They just implement the same interface?
As in, independent installations/configurations of the same service...
Is that enough?