Amazon-Ec2

Amazon AWS 教程 - 無法重定向到服務提供的目標 - 嘗試使用 AWS 密鑰進行身份驗證或檢查目標 URL

  • December 4, 2011

我正在關注 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

我做錯了什麼?我按照管理控制台中的說明創建了密鑰。

謝謝!

好的,我刪除了:

export AWS_AUTO_SCALING_URL=https://autoscaling.eu-west-1.amazonaws.com

並補充說:

export EC2_REGION=eu-west-1

在**.profile**中,它就像一個魅力!

引用自:https://serverfault.com/questions/337526