App Engine에 앱을 배포하려면 App Engine 애플리케이션 리소스와 기타 Google Cloud 리소스가 있는 최상위 컨테이너인 Google Cloud 프로젝트를 만들어야 합니다.
이 태스크에서 앱의 설정, 컴퓨팅 리소스, 사용자 인증 정보, 메타데이터를 저장할 Google Cloud 프로젝트와 App Engine 애플리케이션을 만듭니다.
App Engine 및 Cloud Build API가 사용 설정된 Google Cloud 프로젝트가 이미 있으면 웹 서비스 작성하기로 이동합니다.
Google Cloud 프로젝트 만들기
- Google Cloud 계정에 로그인합니다. Google Cloud를 처음 사용하는 경우 계정을 만들고 Google 제품의 실제 성능을 평가해 보세요. 신규 고객에게는 워크로드를 실행, 테스트, 배포하는 데 사용할 수 있는 $300의 무료 크레딧이 제공됩니다.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Enable the Cloud Build API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Enable the Cloud Build API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
Google Cloud 콘솔에서 Google Cloud 프로젝트의 App Engine 애플리케이션을 만듭니다.
앱의 컴퓨팅 리소스를 배치할 리전을 선택합니다.
다음 단계
이제 Google Cloud 프로젝트가 설정되었으므로 Node.js를 사용하여 기본 웹 서비스를 작성할 수 있습니다.