Skip to content

Instantly share code, notes, and snippets.

@timf
Created July 3, 2012 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timf/3040024 to your computer and use it in GitHub Desktop.
Save timf/3040024 to your computer and use it in GitHub Desktop.
The EC2 and EBS APIs are implemented on multi-Availability Zone
replicated datastores. These datastores are used to store
metadata for resources such as instances, volumes, and
snapshots. To protect against datastore corruption, currently
when the primary copy loses power, the system automatically flips
to a read-only mode in the other Availability Zones until power
is restored to the affected Availability Zone or until we
determine it is safe to promote another copy to primary. We are
addressing the sources of blockage which forced manual assessment
and required hand-managed failover for the control plane, and
have work already underway to have this flip happen
automatically.
@timf
Copy link
Author

timf commented Jul 3, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment