기본적으로 Redis용 Memorystore 클러스터는 사용 가능한 영역 간에 인스턴스의 노드를 균등하게 분산합니다. 이 설정으로 노드가 분산되는 방식을 보여주는 다이어그램은 고가용성 및 복제본을 참고하세요.
또는 단일 영역 인스턴스를 만들 수도 있습니다. 단일 영역 인스턴스는 Redis 노드와 동일한 영역에 클라이언트를 배치하고 영역 간 통신을 방지할 수 있으므로 다중 영역 인스턴스보다 지연 시간이 짧습니다.
인스턴스 생성 중에 영역 분산 모드(단일 영역 또는 다중 영역)를 선택합니다. 생성된 후에는 구역 배포 모드를 변경할 수 없습니다.
멀티 영역 인스턴스와 단일 영역 인스턴스 중에서 선택할 때는 예기치 않은 영역 중단이 발생할 경우 다운타임이나 데이터 손실에 대한 애플리케이션의 허용 범위를 고려해야 합니다.
예기치 않은 서비스 중단이 단일 영역 인스턴스가 있는 영역에 영향을 미치는 경우 지속성 또는 고가용성이 사용 설정되어 있지 않으면 인스턴스의 모든 노드에 대한 연결이 끊기고 데이터가 손실될 수 있습니다. 또는 예기치 않은 서비스 중단이 다중 영역 인스턴스의 영역 중 하나에 영향을 미치는 경우 일부 노드만 사용할 수 없게 될 수 있습니다.
동일한 영역의 클라이언트에서 단일 영역 인스턴스에 연결하는 경우 소비자 데이터 처리에 대한 요금이 청구되지 않습니다.
자세한 내용은 네트워크 가격 책정을 참조하세요.
고가용성으로 멀티 영역 인스턴스를 프로비저닝하는 것이 좋지만, 단일 영역 인스턴스에 적용되는 경우 다음 권장사항을 사용해야 합니다.
단일 영역 인스턴스를 프로비저닝하는 경우 복제본을 사용 설정해야 합니다. 복제본은 샤드 핫스팟을 줄이고 단일 노드 장애에 대해 샤드의 복원력을 높입니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-08(UTC)"],[],[],null,["# Single-zone instances\n\nThis page gives an overview of single-zone instances for Memorystore for Redis Cluster.\n\nFor instructions on provisioning a single-zone instance see [Create a single-zone instance](/memorystore/docs/cluster/create-instances#create_a_single-zone_instance).\n\nBy default, Memorystore for Redis Cluster distributes an instance's nodes evenly among\navailable zones. For diagrams that show how nodes are distributed with this\nsetup, see [High availability and replicas](/memorystore/docs/cluster/ha-and-replicas).\n\nAlternatively, you can choose to create a single-zone instance. Single-zone\ninstances have lower latency than multi-zone instances because you can place\nyour clients in the same zone as the Redis nodes and avoid cross-zone\ncommunication.\n\nYou choose the zone distribution mode (single-zone or multi-zone) during\ninstance creation. After it's created, the zone distribution mode can't be\nchanged.\n\nWhen choosing between a multi-zone instance and a single-zone instance, you\nshould consider your application's tolerance for downtime or data loss if an\nunexpected zonal outage occurs.\n\nIf an unexpected outage impacts the zone where your single-zone instance located,\nyou can lose connectivity to all the nodes in the instance and experience data\nloss if either persistence or high-availability is not enabled. Alternatively,\nif an unexpected outage impacts one of the zones of a multi-zone instance, only a\nportion of the nodes may become unavailable.\n\nIf you connect to a single-zone instance from a client in the same zone, then\nyou aren't charged for [Consumer Data Processing](/vpc/pricing#psc-consumer-data-processing).\nFor more information, see [Network pricing](/memorystore/docs/cluster/pricing#network_pricing).\n\nAlthough we recommend provisioning a multi-zone instance with [High Availability](/memorystore/docs/cluster/ha-and-replicas), you should use the following recommendations for single-zone instances if they apply to you:\n\n- If you you choose to provision a single-zone instance, you should enable\n replicas. Replicas reduce shard hotspots and make shards more\n resilient against single-node failures.\n\n- If you choose to provision an instance without replicas, you should still\n use a single-zone instance. For more information, see [Choose a single-zone instance if your instance doesn't use replicas](/memorystore/docs/cluster/general-best-practices#choose_a_single-zone_instance_if_your_instance_doesnt_use_replicas).\n\nSingle-zone instance diagram example\n------------------------------------"]]