Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google App EngineはPaaSであるため、ハイパーバイザーを使用しますか?Amazon EC2はXENを使用し、MicrosoftAzureはHyper-Vを使用することが知られています。
EC2はInfrastructureasa Serviceであり、ハードウェアへの低レベルのアクセスを提供します。したがって、ハイパーバイザーの選択は適切です。MSのAzureは、適度に低レベルのアクセスも提供します。AppEngineはGoogleスタックを中心に構成されています。カーネルレベルのサービスへのアクセスを提供しないため、ハイパーバイザーの選択(または存在)は関係ありません。