8.5. NATIVE_S3_PING
Amazon Web Service (AWS)では、検出に S3_PING
プロトコルを使用します。
共有ストレージを使用して Data Grid ノードの詳細を交換するように JGroups を設定できます。NATIVE_S3_PING
は Amazon S3 を共有ストレージとして許可しますが、Amazon S3 と EC2 の両方のサブスクリプションが必要です。
NATIVE_S3_PING 設定の例
<config> <TCP bind_port="7800" /> <org.jgroups.aws.s3.NATIVE_S3_PING region_name="replace this with your region (e.g. eu-west-1)" bucket_name="replace this with your bucket name" bucket_prefix="replace this with a prefix to use for entries in the bucket (optional)" /> </config>
埋め込み Data Grid の NATIVE_S3_PING 依存関係
<dependency> <groupId>org.jgroups.aws.s3</groupId> <artifactId>native-s3-ping</artifactId> <version>${version.jgroups.native_s3_ping}</version> </dependency>