我正在按照 Amazon AWS 教程进行操作,并且已经达到步骤 6:使用 Auto Scaling 启动 Amazon EC2 实例 http://docs.amazonwebservices.com/gettingstarted/latest/wah-linux/
但是当我运行启动命令时:
as-create-launch-config MyLC --image-id ami-7813e011 --instance-type t1.micro --group webappsecuritygroup --key mykeypair.pem
我收到以下错误:
Cannot redirect to service provided destination - try using AWS keys for
authentication (instead of X509/Private key) or check destination URL
我做错了什么?我按照管理控制台中所述创建了密钥。
谢谢你!
答案1
好的我删除了:
export AWS_AUTO_SCALING_URL=https://autoscaling.eu-west-1.amazonaws.com
并补充道:
export EC2_REGION=eu-west-1
在。轮廓而且效果非常好!