Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
App Engine memungkinkan developer berfokus pada keahlian terbaik mereka: menulis kode. Berdasarkan Compute Engine, lingkungan fleksibel App Engine akan otomatis menaikkan dan menurunkan skala aplikasi Anda sekaligus menyeimbangkan beban.
Runtime
Anda dapat menyesuaikan runtime ini atau menyediakan runtime Anda sendiri dengan menyediakan image Docker atau Dockerfile kustom dari komunitas open source.
Infrastruktur yang dapat disesuaikan - Instance lingkungan fleksibel App Engine adalah virtual machine Compute Engine, yang berarti Anda dapat memanfaatkan library kustom, menggunakan SSH untuk proses debug, dan men-deploy container
Docker Anda sendiri.
Opsi performa - Manfaatkan berbagai konfigurasi CPU dan
memori. Anda dapat menentukan jumlah CPU dan memori yang dibutuhkan setiap instance aplikasi, dan lingkungan fleksibel App Engine akan menyediakan infrastruktur yang diperlukan untuk Anda.
Dukungan fitur native - Fitur-fitur seperti microservice, otorisasi, database SQL dan NoSQL, pemisahan traffic, logging, pembuatan versi, pemindaian keamanan, dan jaringan penayangan konten (CDN) didukung secara native.
Instance diperiksa, diperbaiki seperlunya, dan ditempatkan bersama dengan layanan lain dalam project.
Update penting dengan kompatibilitas mundur secara otomatis diterapkan ke sistem operasi yang mendasarinya.
Instance VM secara otomatis ditempatkan menurut region geografis sesuai dengan setelan di project Anda. Layanan pengelolaan Google memastikan bahwa semua instance VM project ditempatkan bersama untuk performa yang optimal.
Semua instance fleksibel dapat dimulai ulang setiap minggu jika ada update yang tersedia. Jadwal ini tidak dijamin. Selama memulai ulang, layanan pengelolaan Google akan menerapkan update keamanan dan sistem operasi yang diperlukan.
Anda selalu dapat mengakses root ke instance VM Compute Engine. Akses SSH ke instance VM di lingkungan fleksibel App Engine dinonaktifkan secara default. Jika mau, Anda dapat mengaktifkan akses root ke instance VM aplikasi Anda.
Penskalaan otomatis - App Engine secara otomatis menskalakan aplikasi Anda berdasarkan beban masuk.
App Engine mematuhi reservasi VM Compute Engine yang sudah Anda miliki di region yang cocok dengan konfigurasi Anda. Memiliki reservasi VM meningkatkan kemungkinan Anda akan menerima alokasi resource selama kekurangan resource sementara.
Jika Anda baru menggunakan Google Cloud, buat akun untuk mengevaluasi performa App Engine dalam skenario dunia nyata. Pelanggan baru mendapatkan kredit gratis senilai $300 untuk menjalankan, menguji, dan men-deploy workload.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-19 UTC."],[[["\u003cp\u003eApp Engine's flexible environment, built on Compute Engine, automatically scales applications and balances load, allowing developers to focus on coding.\u003c/p\u003e\n"],["\u003cp\u003eIt supports a variety of runtimes, including Go, Java, Node.js, PHP, Python, Ruby, .NET, and custom runtimes via Docker.\u003c/p\u003e\n"],["\u003cp\u003eThe environment provides customizable infrastructure, allowing for custom libraries, SSH debugging, and deployment of Docker containers.\u003c/p\u003e\n"],["\u003cp\u003eApp Engine natively supports features like microservices, databases, traffic splitting, logging, versioning, security scanning, and content delivery networks.\u003c/p\u003e\n"],["\u003cp\u003eIt manages virtual machines, ensures health checks, applies critical updates automatically, and automatically scales applications based on load.\u003c/p\u003e\n"]]],[],null,["# App Engine flexible environment\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nApp Engine allows developers to focus on what they do best: writing code. Based\non [Compute Engine](/compute), the App Engine flexible environment\nautomatically scales your app up and down while also balancing the load.\n\nRuntimes\n--------\n\nYou can customize these runtimes or provide your own runtime by supplying a\ncustom Docker image or Dockerfile from the open source community. \n[Go](/appengine/docs/flexible/go/runtime) \n[Java](/appengine/docs/flexible/java/runtime) \n[Node.js](/appengine/docs/flexible/nodejs/runtime) \n[PHP](/appengine/docs/flexible/php/runtime) \n[Python](/appengine/docs/flexible/python/runtime) \n[Ruby](/appengine/docs/flexible/ruby/runtime) \n[.NET](/appengine/docs/flexible/dotnet/runtime) \n[Custom runtimes](/appengine/docs/flexible/custom-runtimes/about-custom-runtimes)\n\nFeatures\n--------\n\n- **Customizable infrastructure** - App Engine flexible environment instances\n are [Compute Engine](/compute) virtual machines, which means that you can take\n advantage of custom libraries, use SSH for debugging, and deploy your own\n Docker containers.\n\n- **Performance options** - Take advantage of a wide array of CPU and memory\n configurations. You can specify how much CPU and memory each instance of your\n application needs, and the App Engine flexible environment provisions the necessary\n infrastructure for you.\n\n- **Native feature support** - Features such as microservices, authorization,\n SQL and NoSQL databases, traffic splitting, logging, versioning, security\n scanning, and content delivery networks are natively supported.\n\n- **Managed virtual machines** - App Engine manages your virtual machines,\n ensuring that:\n\n - Instances are health-checked, healed as necessary, and co-located with other services within the project.\n - Critical, backwards compatible updates are automatically applied to the underlying operating system.\n - VM instances are automatically located by geographical region according to the settings in your project. Google's management services ensure that all of a project's VM instances are co-located for optimal performance.\n - All flexible instances may be restarted on a weekly basis if there are updates available. This schedule is not guaranteed. During restarts, Google's management services apply any necessary operating system and security updates.\n - You always have root access to Compute Engine VM instances. SSH access to VM instances in the App Engine flexible environment is disabled by default. If you choose, you can enable root access to your app's VM instances.\n- **Auto scaling** - App Engine automatically scales your application\n based on incoming load.\n\n - App Engine respects any Compute Engine VM reservations that you already have in a region that match your configuration. Having a VM reservation increases the likelihood that you will receive a resource allocation during a [temporary resource shortage](/compute/docs/troubleshooting/troubleshooting-resource-availability).\n\nLearn about the\n[differences between the standard environment and the flexible environment](/appengine/docs/the-appengine-environments).\n\nTry it for yourself\n-------------------\n\n\nIf you're new to Google Cloud, create an account to evaluate how\nApp Engine performs in real-world\nscenarios. New customers also get $300 in free credits to run, test, and\ndeploy workloads.\n[Try App Engine free](https://console.cloud.google.com/freetrial)"]]