タグ

monitoringとfailoverに関するyassのブックマーク (2)

  • High availability with Redis Sentinel

    High availability for non-clustered Redis Redis Sentinel provides high availability for Redis when not using Redis Cluster. Redis Sentinel also provides other collateral tasks such as monitoring, notifications and acts as a configuration provider for clients. This is the full list of Sentinel capabilities at a macroscopic level (i.e. the big picture): Monitoring. Sentinel constantly checks if your

  • cloudpackブログ - RDSのフェイルオーバーに関する注意点

    RDSはMulti-AZで利用していると、時々フェイルオーバーしてしまいます。 フェールオーバーした時の確認は、下記のようにAWS Management Consoleで確認することが可能です。 当然、API(DescribeEvents)でも確認することができ、APIのドキュメントを確認すると、イベントログが保存される期間は、14日間のようです。(CloudWatchと同様) とても便利な機能なのですが、一つ注意点があります。 RDSがフェイルオーバーするということは、RDSが別ゾーンに切り替わってしまうということになります。 パフォーマンス面のことを考え、バッチ処理を行うようなEC2インスタンスとRDSをあえて同じゾーンにしていた場合は、別ゾーンになってしまうと、パフォーマンス的に良くない状態になります。 例として、大量の連続したトランザクションを処理する場合には、通信のレイテンシーが

    cloudpackブログ - RDSのフェイルオーバーに関する注意点
  • 1