[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-12-21(UTC)"],[[["A configuration can be used to create a deployment, which in turn creates the resources defined within that configuration, as demonstrated by the creation of two virtual machine (VM) instances."],["The `gcloud deployment-manager deployments create` command is used to deploy a configuration, and you can confirm successful deployment by observing the completion messages in the output."],["You can view a list of the created resources within a deployment using the `gcloud deployment-manager resources list` command, or you can find detailed information about a deployment using `gcloud deployment-manager deployments describe`."],["The Google Cloud console provides a visual interface to see all deployments and their associated resources, allowing you to understand the hierarchy of resources, and you can navigate to the Deployments page to see them."],["To avoid conflicts and potential charges for Compute Engine resources, it is important to delete a deployment when it is no longer needed using `gcloud deployment-manager deployments delete`, which will also remove the resources included in it."]]],[]]