我试图找出是否有办法创建一组节点,以便它们分布在所有位置:
//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 出现故障的情况下也能继续运行。