참고: PHP 5는 2024년 1월 30일 지원 종료되었습니다. 기존 PHP 5 애플리케이션을 계속 실행하고 트래픽을 받을 수 있습니다. 그러나 지원 종료 날짜 이후에는 해당 런타임을 사용하는 애플리케이션의 재배포를 App Engine에서 차단할 수 있습니다.
지원되는 최신 PHP 버전으로 마이그레이션하는 것이 좋습니다.
App Engine 기본 서비스 계정 외에도 App Engine 표준 환경에는 App Engine 표준 환경 서비스 에이전트가 포함됩니다. 서비스 에이전트를 사용 설정하면 Google Cloud 프로젝트가 다른 Google Cloud 서비스와 별도로 앱의 리소스와 상호작용할 수 있습니다.
gcloud app deploy 명령어와 같은 App Engine 도구를 사용하여 App Engine 표준 환경에 프로젝트의 첫 앱을 배포하면 Google에서 자동으로 이 계정을 만듭니다.
서비스 에이전트는 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"]],["최종 업데이트: 2024-12-22(UTC)"],[[["The App Engine standard environment includes a service agent that enables your Google Cloud project to interact with your app's resources separately from other Google Cloud services."],["This service agent is automatically created when you deploy a project's first app to the App Engine standard environment and is not listed on the Service Accounts page."],["It's crucial not to revoke the roles granted to the service agent or grant its specific role to any other account, as this can impact app deployment."],["You can verify the existence and role of the service agent by checking the Permissions page in the Google Cloud console and locating the service agent ID, which is `service-PROJECT_NUMBER@gcp-gae-service.iam.gserviceaccount.com`."],["If the service agent is accidentally deleted, you can restore it by adding a new principal with the service agent's ID and assigning it the \"App Engine standard environment Service Agent\" role in the Permissions page."]]],[]]