タグ

ec2とavailabilityに関するyassのブックマーク (2)

  • CDP:High Availability NATパターン - AWS-CloudDesignPattern

    解決したい課題 システム構成をセキュアにするため、インターネットに公開する必要がないサーバーは、インターネットとの直接的な通信ができないネットワークセグメント(プライベートサブネット)に配置する構成にする場合が多い。 この場合、プライベートサブネットから外部へのアウトバウンド通信はNATサーバーやプロキシーサーバーを経由するが、このサーバーに障害が発生すると、プライベートサブネットのサーバーからアウトバウンド通信が行えなくなり、システム全体の障害につながる。このため、単一障害点(SPOF)にならないように、冗長化が必須である。 クラウドでの解決/パターンの説明 NATサーバー/プロキシーサーバーの冗長化を行う。障害発生時の迅速なフェイルオーバーと、より高い冗長性の確保のため、複数のデータセンターに複数のNATサーバー/プロキシーサーバーを配置し、単一障害点とならないようにする。 また、障害

  • Redundant Disk Storage Across Multiple EC2 | Amazon Web Services

    AWS News Blog Redundant Disk Storage Across Multiple EC2 XML Hacker M. David Peterson has put together a really interesting article. As part of his work at 3rd and Urban, he has implemented redundant, fault-tolerant, read-write disk storage on Amazon EC2 using a number of open source tools and applications including LVM, DRBD, NFS, Heartbeat, and VTUN. Mark notes that “the primary focus of this pa

    Redundant Disk Storage Across Multiple EC2 | Amazon Web Services
  • 1