참고: Python 2.7은 2024년 1월 31일 지원 종료됩니다. 기존 Python 2.7 애플리케이션을 계속 실행하고 트래픽을 받을 수 있습니다. 그러나 지원 종료 날짜 이후에는 해당 런타임을 사용하는 애플리케이션의 재배포를 App Engine에서 차단할 수 있습니다.
지원되는 최신 Python 버전으로 마이그레이션하는 것이 좋습니다.
예전에는 App Engine 표준 환경이 앱 개발을 위해 확장 가능하고 독점적인 여러 서비스를 제공했습니다. 이러한 서비스는 1세대 런타임(App Engine 기존 런타임이라고도 함)과 번들되었습니다. 여기에는 Python 2, 자바 8, Go 1.11, PHP 5.5가 포함됩니다. 일부 기존 런타임은 더 이상 각 오픈소스 커뮤니티에서 유지되지 않으므로 App Engine 개발자는 새 런타임으로 마이그레이션하기 위해 시간과 노력을 투자해야 할지 아니면 기존 런타임에서 앱을 유지하기 위해 늘어가는 비용 증가를 감당할지를 선택해야 할 수 있습니다.
Google Cloud 는 이러한 어려움을 인지하여 새 런타임으로 보다 점진적인 마이그레이션 경로를 제공하기 위해 노력하고 있습니다. 런타임 마이그레이션 복잡성을 줄이기 위해 Google Cloud 는 이제 Python 3, Java 11, Go 1.12+, PHP 7/8을 포함한 2세대 런타임에서 App Engine 기존 번들 서비스 및 관련 API 집합을 지원합니다. 앱은 언어 관용구 라이브러리를 통해 2세대 런타임용 기존 번들 서비스 API를 호출할 수 있습니다.
그림 1. 앱에서 App Engine 기존 번들 서비스에 액세스하는 방법
런타임 마이그레이션 시나리오에서는 기존 번들 서비스와 비슷한 기능을 제공하는 Google Cloud 제품을 사용할 수도 있습니다. 이미지 처리, 검색, 메시징과 같은 Google Cloud에서 별도의 제품으로 제공되지 않는 기존 번들 서비스의 경우 서드 파티 공급업체나 런타임 가이드에서 추천하는 다른 해결 방법을 사용할 수 있습니다.
[[["이해하기 쉬움","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's standard environment historically offered scalable, proprietary services bundled with first-generation runtimes like Python 2, Java 8, Go 1.11, and PHP 5.5."],["Google Cloud now supports App Engine legacy bundled services and their APIs on second-generation runtimes, such as Python 3, Java 11, Go 1.12+, and PHP 7/8, to simplify runtime migration."],["Developers can use language-idiomatic libraries to call legacy bundled service APIs for second-generation runtimes."],["For legacy bundled services not available as separate Google Cloud products, alternative solutions like third-party providers or workarounds are suggested."],["Developers now face hard choices on whether to migrate to newer runtimes due to several legacy runtimes no longer being maintained by their respective open-source communities."]]],[]]