Google Cloud 는 네트워크 프로필 리소스를 사용하여 특정 사용 사례의 VPC 네트워크에서 특정 속성을 사전 구성합니다.
네트워크 프로필에서 지원하는 사용 사례는 원격 직접 메모리 액세스(RDMA)를 지원하는 네트워크 인터페이스(NIC)가 있는 머신에서 AI 워크로드를 실행하는 것입니다.Google Cloud 는 RDMA 연결을 지원하는 가상 프라이빗 클라우드(VPC) 네트워크를 만들 수 있는 RDMA 네트워크 프로필을 제공합니다. Google Cloud에서 AI 워크로드를 실행하는 방법에 관한 자세한 내용은 AI 하이퍼컴퓨터 문서를 참조하세요.
네트워크 프로필은 VPC 네트워크에서 지원되는 기능 세트를 나타냅니다. 이 기능 세트는 네트워크 프로필의 사용 사례에 따라 Google Cloud 에서 사전 구성됩니다.
특정 사용 사례를 지원하기 위해 네트워크 프로필은 다음을 실행합니다.
일반 VPC 네트워크에서는 제공되지 않는 하나 이상의 고유 기능을 사용 설정합니다.
특정 네트워크 프로필의 사용 사례의 최적 작동을 방해할 수 있는 일반 VPC 네트워크의 일부 기능 조합 사용을 제한합니다.
RDMA NIC를 지원하는 VPC 네트워크를 만들려는 경우에만 네트워크 프로필을 구성하면 됩니다.
그 밖의 경우에는 네트워크 프로필 없이 VPC 네트워크를 만듭니다.
사양
네트워크 프로필로 생성된 VPC 네트워크에는 다음 일반 사양이 적용됩니다.
네트워크 프로필은 Google Cloud 에서 제공되며 읽기 전용 리소스입니다. 네트워크 프로필을 만들거나 네트워크 프로필의 속성을 수정할 수 없습니다.
VPC 네트워크를 만들 때는 네트워크 프로필을 지정해야 합니다.
네트워크를 만든 후에는 VPC 네트워크의 네트워크 프로필을 변경할 수 없습니다.
네트워크 프로필 리소스에는 다음 속성이 포함됩니다.
name: 네트워크 프로필의 리소스 이름으로, 항상 네트워크 프로필의 위치가 앞에 붙습니다.
description: 네트워크 프로필에서 지원하는 특정 사용 사례에 대한 설명입니다.
location: 네트워크 프로필의 위치입니다. 사용 가능한 각 위치에 대해 지정된 네트워크 프로필의 고유한 인스턴스가 있습니다.
features: 네트워크 프로필에 의해 사용 설정 및 사용 중지되는 기능 세트입니다.
네트워크 프로필 보기에 설명된 대로 네트워크 프로필을 나열하고 네트워크 프로필의 세부정보를 볼 수 있습니다.
네트워크 프로필을 사용하여 VPC 네트워크를 만들면 VPC 네트워크가 네트워크 프로필의 위치로 제한됩니다. 예를 들어 네트워크 프로필이 영역별인 경우 네트워크에서 만드는 영역별 리소스는 네트워크 프로필의 영역에 배치되어야 합니다.
[[["이해하기 쉬움","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,["# Network profiles overview\n\nThis page provides an overview of network profiles in Google Cloud.\n\nAbout network profiles\n----------------------\n\nGoogle Cloud uses the network profile resource to pre-configure certain\nproperties in a VPC network for a specific use case.\n\nThe use case supported by network profiles is running AI workloads on machines\nwith network interfaces (NICs) that support remote direct memory access (RDMA).\nGoogle Cloud provides an [RDMA network profile](/vpc/docs/rdma-network-profiles)\nthat lets you create a Virtual Private Cloud (VPC) network that supports RDMA\nconnectivity. For more information about running AI workloads in Google Cloud,\nsee the [AI Hypercomputer](/ai-hypercomputer/docs/overview)\ndocumentation.\n\nA network profile represents the set of supported features in a VPC\nnetwork. This set of features is pre-configured by Google Cloud according\nto the network profile's use case.\n\nTo support a specific use case, a network profile does the following:\n\n- Enables one or more unique features that aren't offered in regular VPC networks.\n- Limits the use of some feature combinations of regular VPC networks that might otherwise interfere with the optimal operation of the specific network profile's use case.\n\nYou only need to configure a network profile if you want to create a\nVPC network that supports RDMA NICs.\nOtherwise, [create a VPC network](/vpc/docs/create-modify-vpc-networks) without a network profile.\n\n### Specifications\n\nThe following general specifications apply to VPC networks that\nare created with a network profile:\n\n- Network profiles are provided by Google Cloud and are read-only resources. You can't create a network profile or modify the properties of a network profile.\n- You must specify a network profile when creating a VPC network. You can't change the network profile of a VPC network after you create the network.\n- Network profile resources include the following properties:\n\n - `name`: the resource name of the network profile, which is always prepended with the location of the network profile.\n - `description`: a description of the specific use case supported by the network profile.\n - `location`: the location of the network profile. There is a unique instance of a given network profile for each location in which it is available.\n - `features`: the set of features that are enabled and disabled by the network profile.\n\n You can list network profiles and view the details of a network profile as\n described in [View network profiles](/vpc/docs/view-network-profiles).\n- When you create a VPC\n network with a network profile, the VPC network is\n constrained to the location of the network profile. For example, if the\n network profile is zonal, any zonal resources that you create in the network\n must be placed in the zone of the network profile.\n\nWhat's next\n-----------\n\n- [Cloud NGFW for the VPC RoCE network profile](/firewall/docs/firewall-for-roce)"]]