gpt4 book ai didi

php - 使用 Zend 启动 x86_64 Amazon EC2 实例?

转载 作者:可可西里 更新时间:2023-10-31 22:59:30 26 4
gpt4 key购买 nike

我正在使用 Zend(一个 PHP 库)来处理 Amazon EC2。我创建了自己的镜像 (AMI),它是 x84_64 机器(即不是默认的 i386 架构)。我想使用 Zend 从 PHP 以编程方式启动它。 Zend 提供了一个“运行”方法来运行 AMI(参见 http://framework.zend.com/manual/en/zend.service.amazon.ec2.instance.html)。

但是,当我尝试运行它时,出现以下异常:

PHP Fatal error: Uncaught exception 'Zend_Service_Amazon_Ec2_Exception' with message 'The requested instance type's architecture (i386) does not match the architecture in the manifest for ami-faa48e8e (x86_64)' in /usr/local/Q/libs/zend/library/Zend/Service/Amazon/Ec2/Abstract.php:273

如何运行此 AMI 并告诉 Zend 它是 x86_64?文档对此没有任何说明。

最佳答案

Zend 文档说您需要指定实例类型。

对于 x86_64 AMI,您需要将实例类型指定为 large、xlarge 以及其余的大型类型。而 i386 AMI 只需要 m1.small 或 m1.medium。

参见:http://aws.amazon.com/ec2/instance-types/

关于php - 使用 Zend 启动 x86_64 Amazon EC2 实例?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3555713/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com