방화벽 규칙으로 인해 Redis용 Memorystore 클러스터에서 사용하는 포트가 차단되어 연결 오류가 발생할 수 있습니다. 인스턴스의 Private Service Connect 엔드포인트 모두에 대해 포트 11000~13047을 허용 목록에 추가합니다. 이러한 엔드포인트에 대한 자세한 내용은 예약된 네트워크 주소를 참고하세요.
조직 정책으로 인해 연결 오류가 발생했습니다.
Memorystore for Redis 클러스터 인스턴스에 대한 Private Service Connect 연결을 차단하는 조직 정책이 있을 수 있습니다.
조직 정책에서 .restrictPrivateServiceConnectProducer 정책을 사용하는 경우 Redis용 Memorystore 클러스터 전용 폴더인 961333125034 폴더 번호를 허용 목록에 추가합니다. 예를 들면 다음과 같습니다.
[[["이해하기 쉬움","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-04(UTC)"],[],[],null,["# Troubleshoot issues\n\nThis page explains various error scenarios, and provides guidance for resolving\nthe errors.\n\nConnectivity error scenarios\n----------------------------\n\nThis section explains connectivity issues your instance can encounter.\n\n### Connection error caused by firewall rules\n\nFirewall rules might cause connection errors by blocking the ports that\nMemorystore for Redis Cluster uses. For both of your instance's Private Service Connect\nendpoints, allowlist ports 11000 through 13047. For more information about these\nendpoints, see [Reserved network addresses](/memorystore/docs/cluster/networking#reserved_network_addresses).\n\n### Connection error caused by organization policies.\n\nYou can have an [organization policy](/vpc/docs/private-service-connect-security#org-policies)\nthat blocks your Private Service Connect connections to your Memorystore for Redis Cluster instance.\n\nIf your organization policy uses the `.restrictPrivateServiceConnectProducer` policy,\nthen allow list the `961333125034` folder number, which is a folder specifically for Memorystore for Redis Cluster. For example: \n\n```\nname: organizations/Consumer-org-1/policies/compute.restrictPrivateServiceConnectProducer\nspec:\n rules:\n - values:\n allowedValues:\n - under:folders/961333125034\n```\n\nIf your organization policy uses the `.disablePrivateServiceConnectCreationForConsumers` policy,\nyou should allow list `SERVICE_PRODUCERS`. For example: \n\n```\nname: organizations/Consumer-org-1/policies/compute.disablePrivateServiceConnectCreationForConsumers\nspec:\n rules:\n - values:\n allowedValues:\n - SERVICE_PRODUCERS\n```"]]