이 페이지에서는 인스턴스를 삭제하는 방법을 설명합니다. 인스턴스를 삭제하지 않고 일시적으로 중지하려면 인스턴스 중지 및 시작 또는 인스턴스 일시정지 및 재개를 참조하세요.
프로젝트에서 인스턴스와 연결된 리소스를 제거하려면 인스턴스를 삭제해야 합니다. 인스턴스가 인스턴스 그룹의 일부일 경우 특정 그룹 크기를 유지하기 위해 그룹에서 동일한 인스턴스를 다시 만들려고 할 수 있습니다. 인스턴스 그룹 크기를 조절하거나 자동 확장 처리를 다시 구성하세요.
시작하기 전에
-
아직 인증을 설정하지 않았다면 설정합니다.
인증은 Google Cloud 서비스 및 API에 액세스하기 위해 ID를 확인하는 프로세스입니다.
로컬 개발 환경에서 코드 또는 샘플을 실행하려면 다음과 같이 Compute Engine에 인증하면 됩니다.
Select the tab for how you plan to use the samples on this page:
Console
When you use the Google Cloud console to access Google Cloud services and APIs, you don't need to set up authentication.
gcloud
-
Install the Google Cloud CLI, then initialize it by running the following command:
gcloud init
- Set a default region and zone.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
If you're using a local shell, then create local authentication credentials for your user account:
gcloud auth application-default login
You don't need to do this if you're using Cloud Shell.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
If you're using a local shell, then create local authentication credentials for your user account:
gcloud auth application-default login
You don't need to do this if you're using Cloud Shell.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
If you're using a local shell, then create local authentication credentials for your user account:
gcloud auth application-default login
You don't need to do this if you're using Cloud Shell.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
If you're using a local shell, then create local authentication credentials for your user account:
gcloud auth application-default login
You don't need to do this if you're using Cloud Shell.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
If you're using a local shell, then create local authentication credentials for your user account:
gcloud auth application-default login
You don't need to do this if you're using Cloud Shell.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
If you're using a local shell, then create local authentication credentials for your user account:
gcloud auth application-default login
You don't need to do this if you're using Cloud Shell.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
If you're using a local shell, then create local authentication credentials for your user account:
gcloud auth application-default login
You don't need to do this if you're using Cloud Shell.
- Google Cloud Console의 VM 인스턴스 페이지로 이동합니다.
- 삭제하려는 인스턴스를 선택합니다.
- 삭제 버튼을 클릭합니다.
- 단독 테넌트 노드에서 호스팅되는 VM을 삭제하면 노드에서 호스팅되는 개별 VM 대신 단독 테넌트 노드 자체에 대한 요금이 계속 청구됩니다.
- 약정 사용 계약의 경우 리소스 사용 여부와 관계없이 약정한 리소스에 대한 요금이 계속 청구됩니다.
- VM 인스턴스에 연결된 리소스를 보관할 경우 리소스를 삭제할 때까지 리소스에 대한 요금이 계속 청구됩니다. 예를 들어 VM 인스턴스를 삭제하고 영구 디스크를 유지하면 영구 디스크에 대한 요금이 계속 청구됩니다.
- 일반 인스턴스의 종료 기간은 보통 최소 90초 지속되지만 더 오래 지속될 수 있습니다.
- 선점형 인스턴스의 종료 기간은 30초 지속되며, 이는 선점형 프로세스 중에 발생하는 종료 기간과 동일합니다.
- 인스턴스 수명 주기 알아보기
- 영구 삭제하는 대신 인스턴스를 중지하기
- 영구 삭제하는 대신 인스턴스를 일시정지하기
- VM을 수동으로 삭제하는 대신 VM이 자동으로 삭제되도록 예약하려면 VM의 런타임을 제한합니다.
C#
이 페이지의 .NET 샘플을 로컬 개발 환경에서 사용하려면 gcloud CLI를 설치 및 초기화한 다음 사용자 인증 정보로 애플리케이션 기본 사용자 인증 정보를 설정하세요.
자세한 내용은 다음을 참조하세요: Set up authentication for a local development environment.
Go
이 페이지의 Go 샘플을 로컬 개발 환경에서 사용하려면 gcloud CLI를 설치 및 초기화한 다음 사용자 인증 정보로 애플리케이션 기본 사용자 인증 정보를 설정하세요.
자세한 내용은 다음을 참조하세요: Set up authentication for a local development environment.
자바
이 페이지의 Java 샘플을 로컬 개발 환경에서 사용하려면 gcloud CLI를 설치 및 초기화한 다음 사용자 인증 정보로 애플리케이션 기본 사용자 인증 정보를 설정하세요.
자세한 내용은 다음을 참조하세요: Set up authentication for a local development environment.
Node.js
이 페이지의 Node.js 샘플을 로컬 개발 환경에서 사용하려면 gcloud CLI를 설치 및 초기화한 다음 사용자 인증 정보로 애플리케이션 기본 사용자 인증 정보를 설정하세요.
자세한 내용은 다음을 참조하세요: Set up authentication for a local development environment.
PHP
이 페이지의 PHP 샘플을 로컬 개발 환경에서 사용하려면 gcloud CLI를 설치 및 초기화한 다음 사용자 인증 정보로 애플리케이션 기본 사용자 인증 정보를 설정하세요.
자세한 내용은 다음을 참조하세요: Set up authentication for a local development environment.
Python
이 페이지의 Python 샘플을 로컬 개발 환경에서 사용하려면 gcloud CLI를 설치 및 초기화한 다음 사용자 인증 정보로 애플리케이션 기본 사용자 인증 정보를 설정하세요.
자세한 내용은 다음을 참조하세요: Set up authentication for a local development environment.
Ruby
이 페이지의 Ruby 샘플을 로컬 개발 환경에서 사용하려면 gcloud CLI를 설치 및 초기화한 다음 사용자 인증 정보로 애플리케이션 기본 사용자 인증 정보를 설정하세요.
자세한 내용은 다음을 참조하세요: Set up authentication for a local development environment.
REST
로컬 개발 환경에서 이 페이지의 REST API 샘플을 사용하려면 gcloud CLI에 제공하는 사용자 인증 정보를 사용합니다.
Install the Google Cloud CLI, then initialize it by running the following command:
gcloud init
자세한 내용은 Google Cloud 인증 문서의 REST 사용 인증을 참조하세요.
인스턴스 삭제
Google Cloud 콘솔, Google Cloud CLI 또는 API를 사용하여 인스턴스를 삭제합니다.
Console
gcloud
gcloud compute instances delete
명령어를 사용합니다. 이러한 방식으로 인스턴스를 삭제하면 인스턴스가 종료되고 인스턴스 목록에서 삭제됩니다. 인스턴스에 연결된 모든 리소스(예: 영구 디스크 및 고정 IP 주소)는 해제됩니다.인스턴스를 삭제하려면 다음 명령어를 사용합니다.
gcloud compute instances delete example-instance [example-instance-2 example-instance-3..]
C#
Go
자바
Node.js
PHP
Python
Ruby
REST
delete
메서드를 사용합니다.DELETE https://compute.googleapis.com/compute/v1/projects/example-project/zones/us-central1-f/instances/example-instance
결제로 인한 영향
VM 인스턴스를 삭제한 후에는 다음 상황이 발생하지 않는 한 인스턴스 요금이 더 이상 청구되지 않습니다.
가격 정보에 대한 자세한 내용은 VM 인스턴스 가격 책정을 참조하세요.
종료 기간
인스턴스를 중지하거나 삭제하면 Compute Engine에서는 ACPI 종료 신호를 인스턴스에 보내고 인스턴스가 완전히 종료될 때까지 잠시 기다립니다. 이 유예 기간이 지난 후에도 인스턴스가 계속 실행 중이면 Compute Engine에서는 종료 스크립트가 계속 실행 중이더라도 인스턴스를 강제 종료합니다.
종료 기간의 길이는 인스턴스의 유형에 따라 다릅니다.
이 기간 동안 종료 스크립트를 실행하도록 선택한 경우 운영체제에서 종료를 완료하고 디스크에 버퍼를 플러시할 수 있도록 종료 스크립트에서 이 기간 내에 실행을 완료해야 합니다.
다음 단계
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-22(UTC)
-