App Engine은 리전을 기반으로 합니다. 즉, 앱을 실행하는 인프라가 특정 리전에 위치해 있으며 해당 리전 내의 모든 영역에서 중복으로 사용할 수 있도록 Google이 관리합니다.
앱을 실행하는 리전을 선택하는 데 있어 중요한 기준은 지연 시간, 가용성 또는 내구성 요구사항입니다. 일반적으로 앱 사용자와 가장 가까운 리전을 선택할 수 있지만 App Engine을 사용할 수 있는 위치와 앱에서 사용하는 다른Google Cloud 제품과 서비스의 위치도 고려해야 합니다. 여러 위치에서 서비스를 사용하면 앱의 지연 시간과 가격 책정에 영향을 미칠 수 있습니다.
앱의 리전을 설정한 후에는 변경할 수 없습니다.
App Engine 애플리케이션을 이미 만든 경우 다음 중 한 가지 방법으로 해당 리전을 볼 수 있습니다.
[[["이해하기 쉬움","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-03-07(UTC)"],[[["App Engine infrastructure is regional, with Google managing redundancy across all zones within the selected region."],["Selecting the appropriate region for your app is crucial for optimizing latency, availability, and durability, and it's important to take into account the location of your users and other Google Cloud services in use."],["Once an app's region is set, it cannot be changed, and two specific locations (europe-west and us-central) have slightly different names elsewhere in Google documentation (europe-west1 and us-central1, respectively)."],["When an App Engine app is created, it generates a default Cloud Storage bucket and Firestore database, typically in the same region as the app."],["Apps in the us-central location create a bucket in the `US` multi-region, and a `nam5` multi-region database, while those in europe-west create an `EU` multi-region bucket, and an `eur3` multi-region database."]]],[]]