Redis용 Memorystore 클러스터를 사용할 때 Private Service Connect 연결은 자동 등록과 사용자 등록이라는 두 가지 카테고리로 나뉩니다. Redis용 Memorystore 클러스터 인스턴스는 두 유형과 모두 호환됩니다.
사용자 등록 Private Service Connect 연결: 사용자가 직접 만들고 등록한 연결입니다. Memorystore의 경우 여러 VPC 네트워킹 설정에 사용자 등록 연결이 필요합니다.
이러한 연결을 직접 관리하면 연결을 만드는 데 사용되는 서브넷, IP 주소, 전달 규칙을 제어할 수 있습니다. 이러한 연결의 경우 연결의 수명 주기 (생성, 등록, 삭제 포함)를 관리해야 합니다.
자동으로 등록된 Private Service Connect 연결: Memorystore 인스턴스를 위해 Private Service Connect 서비스 연결 자동화에 의해 생성되고 등록된 연결입니다. Memorystore 인스턴스를 만들거나 삭제하면 서비스 연결 정책이 연결을 자동으로 만들거나 등록하거나 삭제하여 연결의 수명 주기를 관리합니다.
이미 사용 중인 Memorystore 인스턴스가 있고 추가 VPC 네트워크를 연결하려는 경우 자동으로 등록된 연결이 있을 수 있습니다. 기존 애플리케이션에서 이러한 연결을 사용하므로 유지하고 싶다면 유지하고 새 VPC에 대해서만 사용자 등록 연결을 추가하면 됩니다.
애플리케이션 연결 요구사항
여러 VPC 네트워킹 설정을 사용하여 애플리케이션을 연결하려면 Memorystore에서 충족해야 하는 네트워킹 요구사항이 있습니다.
Memorystore 인스턴스에 연결하는 각 VPC 네트워크에는 Private Service Connect 연결이 두 개 있어야 합니다 (사용자 등록 또는 자동 등록). 한 연결은 클라이언트가 클러스터에 연결하는 데 사용되는 검색 연결입니다. 다른 연결은 Memorystore 백엔드에서 내부적으로 사용하도록 예약되어 있습니다.
사용자 등록 연결만 사용하는 인스턴스의 클라이언트를 연결하는 방법에 대한 자세한 내용은 클라이언트 연결 설정을 참고하세요.
자동으로 등록된 연결을 사용하는 인스턴스의 클라이언트를 연결하는 방법에 대한 자세한 내용은 클라이언트 연결 설정을 참고하세요.
Private Service Connect 엔드포인트를 통해 서비스에 연결을 설정하는 방법에 관한 일반적인 내용은 엔드포인트를 통해 게시된 서비스 액세스를 참고하세요.
제한사항
단일 Memorystore 인스턴스에 연결할 수 있는 VPC 네트워크는 1~20개이며, Private Service Connect 연결은 총 40개를 초과할 수 없습니다.
사용자 등록 Private Service Connect 연결로 연결된 Memorystore 인스턴스를 삭제하려면 먼저 연결을 삭제하고 등록 해제해야 합니다.
[[["이해하기 쉬움","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,["# About multiple VPC networking\n\nThis page gives an overview of multiple VPC networking for Memorystore for Redis Cluster. In situations where you only need one VPC network, we recommend (but don't require) using a service connection policy to provision your network, as explained in [Networking overview](/memorystore/docs/cluster/networking).\n\nSetting up networking for multiple VPC networks requires Memorystore users to configure and register up Private Service Connect connections.\n\nFor a tutorial on setting up multiple VPCs using only user-registered connections, see [Provision a new instance to use multiple VPC networks](/memorystore/docs/cluster/multiple-vpcs-user-registered-psc-connection).\n\nFor a tutorial on setting up multiple VPCs for instances provisioned with automatically registered connections, see [Configure an existing instance to use multiple VPC networks](/memorystore/docs/cluster/multiple-vpcs-automatically-registered-psc-connection).\n\nPrivate Service Connect connections\n-----------------------------------\n\nThis section explains essential information about Private Service Connect connections for Memorystore.\n\n### Private Service Connect connection basics\n\nFor Memorystore, a Private Service Connect\nconnection consists of two fundamental items:\n\n- An IP address\n- An established connection between a [Private Service Connect endpoint](/vpc/docs/private-service-connect#endpoints) and a Memorystore instance's service attachment\n\n### Private Service Connect connection types\n\nWhen using Memorystore for Redis Cluster, Private Service Connect connections fall into two categories: automatically registered and user-registered. A Memorystore for Redis Cluster instance is compatible with both types.\n\n- **User-registered Private Service Connect connections:** These are self-created and self-registered connections. For Memorystore, user-registered connections are needed for multiple VPC networking setups.\n\n Self-managing these connections has the benefit of giving you control over the subnets, IP addresses, and forwarding rules used to create them. For these connections, you are responsible for their lifecycle (including creating, registering, and deleting them).\n- **Automatically registered Private Service Connect connections:** These are connections created and registered by [Private Service Connect service connectivity automation](/vpc/docs/about-service-connection-policies) for your Memorystore instance. When you create or delete a Memorystore instance, your service connection policy manages the lifecycle of the associated connection by creating, registering, or deleting the connection automatically.\n\n If you already have a Memorystore instance that you've been using, and you want to connect additional VPC networks, you probably have automatically registered connections. If you want to keep these connections because your existing application uses them, you can keep them and only add user-registered connections for new VPCs.\n\n### Application connection requirements\n\nTo connect your application using a multiple VPC networking setup, Memorystore has networking requirements you must meet.\n\nEach VPC network you connect to your Memorystore instance needs to have two Private Service Connect connections (either user-registered or automatically registered). One connection is the discovery connection used for your client to establish connection to the cluster. The other connection is reserved for internal usage by the Memorystore backend.\n\nFor information about connecting your client for an instance that uses only user-registered connections, see [Set up a client connection](/memorystore/docs/cluster/multiple-vpcs-user-registered-psc-connection#step_5_set_up_a_client_connection).\n\nFor information about connecting your client for an instance that uses an automatically registered connection, see [Set up a client connection](/memorystore/docs/cluster/multiple-vpcs-automatically-registered-psc-connection#step_3_set_up_a_client_connection).\n\nFor more general information about setting up connections to services through Private Service Connect endpoints, see [Access published services through endpoints](/vpc/docs/about-accessing-vpc-hosted-services-endpoints).\n\nLimitations\n-----------\n\n- You can have between 1 and 20 VPC networks connected to a single Memorystore instance, and no more than 40 Private Service Connect connections in total\n- To delete a Memorystore instance connected with user-registered Private Service Connect connections, you must [delete](/memorystore/docs/cluster/multiple-vpcs-user-registered-psc-connection#delete_your_psc_connections) and [deregister](/memorystore/docs/cluster/multiple-vpcs-user-registered-psc-connection#deregister_your_private_service_connect_endpoints) the connections first."]]