이 페이지에서는 Infrastructure Manager를 사용 설정 및 사용 중지하는 단계를 설명합니다.
Infra Manager의 비용에 대한 자세한 내용은 가격 책정을 참조하세요.
서비스 사용 설정
- 계정에 로그인합니다. Google Cloud 를 처음 사용하는 경우 Google Cloud, 계정을 만들고 Google 제품의 실제 성능을 평가해 보세요. 신규 고객에게는 워크로드를 실행, 테스트, 배포하는 데 사용할 수 있는 $300의 무료 크레딧이 제공됩니다.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
Roles required to select or create a project
- Select a project: Selecting a project doesn't require a specific IAM role—you can select any project that you've been granted a role on.
-
Create a project: To create a project, you need the Project Creator role
(
roles/resourcemanager.projectCreator), which contains theresourcemanager.projects.createpermission. Learn how to grant roles.
-
Verify that billing is enabled for your Google Cloud project.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
Roles required to select or create a project
- Select a project: Selecting a project doesn't require a specific IAM role—you can select any project that you've been granted a role on.
-
Create a project: To create a project, you need the Project Creator role
(
roles/resourcemanager.projectCreator), which contains theresourcemanager.projects.createpermission. Learn how to grant roles.
-
Verify that billing is enabled for your Google Cloud project.
- Google Cloud CLI가 아직 설치되어 있지 않았으면 설치하고 초기화합니다. 기존 설치의 경우
gcloud components update명령어로 Google Cloud CLI의 구성요소를 업데이트합니다.gcloud CLI 버전을 확인하려면 다음 명령어를 실행합니다.
gcloud version
- Console 또는 다음 명령어를 사용하여 API를 사용 설정합니다.Google Cloud
gcloudgcloud services enable config.googleapis.com
- 선택사항: Infra Manager에서 할당량 유효성 검사를 사용하려면 Google Cloud Console 또는 다음
gcloud명령어를 사용하여 API를 사용 설정합니다.gcloud services enable cloudquotas.googleapis.com
서비스 사용 중지
Infra Manager API를 사용 중지하면 관련 리소스가 프로젝트에 계속 존재합니다. 사용 중지되면 서비스를 사용하여 프로젝트의 배포 및 리소스를 변경할 수 없습니다.
API를 다시 사용 설정하면 API를 처음 사용 설정했을 때와 동일한 방식으로 서비스를 계속 사용할 수 있습니다.
Console에서 API를 사용 중지하려면 다음 안내를 따르세요. Google Cloud
콘솔
- Infra Manager의 API 개요 페이지로 이동합니다.
- API가 사용 설정된 프로젝트를 선택합니다.
- 관리를 클릭합니다.
- API 사용 중지를 클릭합니다.
gcloud
다음 명령어를 실행하여 현재 프로젝트에서 API를 사용 중지합니다.
gcloud services disable config.googleapis.com