ノードのグループを作成して、ノードがすべての場所に分散されるようにする方法があるかどうかを調べようとしていました。
//It would be helpful if there was a parameter to the function call that would give
//a hint to allocate nodes across all AZs or an option through the template
groupNodes = computeService.createNodesInGroup("mygroup", 2, template);
これは、クラウド開発者が各 AZ にいくつかのノードを確保して、単一の AZ がダウンした場合でもアプリケーションを実行し続けることができるようにするための優れた機能です。