我正在编写and ansible playbook并使用cloudformation模块启动EC2实例(Amazon Linux AMI)。 然后我可以ssh到那个实例,从那个实例我可以用yum安装但不能卷曲或ping。
例如:$ curl -sS https://getcomposer.org/installer | php
curl: (7) Failed to connect to getcomposer.org port 443: Connection timed out
有人可以提供帮助吗? 感谢。
答案 0 :(得分:1)
您可能错过了路线表中的路线细节。请提供必要的路线配置以获得进一步的帮助。
答案 1 :(得分:0)
我无法重现你的问题。这是我做的:
t2.nano
实例
sudo yum install php
curl -sS https://getcomposer.org/installer | php
结果:
Composer (version 1.4.2) successfully installed to: /home/ec2-user/composer.phar
Use it: php composer.phar