App Engine은 두 가지 Go 언어 환경 옵션을 제공합니다. 두 환경 모두 똑같이 코드 중심의 개발자 워크플로우를 사용하고 증가하는 요구 처리를 위해 신속하고도 효율적으로 확장할 수 있으며 Google의 검증된 서비스 기술을 사용해 웹, 모바일, IoT 애플리케이션을 최소한의 운영 오버헤드로 빠르게 구축할 수 있습니다. 이와 같이 두 환경에는 공통점이 많지만 몇 가지 중요한 차이점이 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],[],[[["\u003cp\u003eApp Engine offers two Go language environments: Standard and Flexible, both enabling efficient scaling and leveraging Google's serving technology.\u003c/p\u003e\n"],["\u003cp\u003eThe Standard environment is designed for rapid scaling, includes a free tier, and can scale down to zero instances, making it ideal for applications with fluctuating traffic.\u003c/p\u003e\n"],["\u003cp\u003eThe Flexible environment offers greater instance resources, access to Compute Engine networks, and is suitable for applications requiring continuous operation without a free tier.\u003c/p\u003e\n"],["\u003cp\u003eThe standard environment offers the benefit of fast deployment time and has Ubuntu as its OS.\u003c/p\u003e\n"],["\u003cp\u003eThe Flexible environment offers Ubuntu as its OS as well.\u003c/p\u003e\n"]]],[],null,["# Go on Google App Engine\n\nApp Engine offers you a choice between two Go language environments. Both environments have the same code-centric developer workflow, scale quickly and efficiently to handle increasing demand, and enable you to use Google's proven serving technology to build your web, mobile and IoT applications quickly and with minimal operational overhead. While the two environments have a lot in common, they differ in a few important ways. \n\nChoose your preferred environment\n---------------------------------\n\n### Standard environment\n\n- Optimized to scale nearly instantaneously to handle huge traffic spikes\n\n- [Free tier](/appengine/pricing)\n\n- Application can scale to 0 instances when there is no traffic. Most\n cost-effective for applications that have significant periods where they are\n not serving traffic\n\n- Fast deployment time\n\n- Ubuntu OS\n\n- The Go 1.11 runtime is [no longer supported](/appengine/docs/standard/lifecycle/support-schedule#go).\n\n[View Docs](/appengine/docs/standard/go/runtime) \n\n### Flexible environment\n\n- Greater CPU and memory instance types\n\n- Can access resources in the same Compute Engine network\n\n- No free tier. Application always has a minimum number of running instances.\n Most cost-effective for applications that serve traffic continuously\n\n- Ubuntu OS\n\n\n[View docs](/appengine/docs/flexible/go/runtime) \n\nChoosing an environment\n-----------------------\n\nYou can run an App Engine application in two environments, the standard environment and the flexible environment. See a summary of differences between the two environments.\n[Learn more](/appengine/docs/the-appengine-environments)"]]