0

我正在经历:http ://docs.aws.amazon.com/codedeploy/latest/userguide/how-to-run-agent.html#how-to-run-agent-install-ubuntu

在安装 Ruby 2.0.0 之后,我完全按照教程中的内容进行了操作.....不幸的是,它不起作用,我找不到关于该链接的任何内容,为什么它不可用。我的 EC2 实例在 eu-west-1(爱尔兰)运行,aws/config 也为此进行了配置。IAM 具有 S3、CodeDeploy 完全访问权限 - 否则我一开始就无法下载安装文件。

./install auto
I, [2015-09-20T18:08:56.516995 #12388]  INFO -- : Starting Ruby version check.
I, [2015-09-20T18:08:56.517235 #12388]  INFO -- : Starting update check.
I, [2015-09-20T18:08:56.517335 #12388]  INFO -- : Attempting to automatically detect supported package manager type for system...
I, [2015-09-20T18:08:56.578509 #12388]  INFO -- : Checking AWS_REGION environment variable for region information...
I, [2015-09-20T18:08:56.578590 #12388]  INFO -- : Checking EC2 metadata service for region information...
I, [2015-09-20T18:08:56.597957 #12388]  INFO -- : Downloading version file from bucket aws-codedeploy-eu-central-1 and key latest/VERSION...
E, [2015-09-20T18:08:56.633576 #12388] ERROR -- : Could not find version file to download at 'https://s3-eu-central-1.amazonaws.com/aws-codedeploy-eu-central-1/latest/VERSION'

我希望有人能澄清一下这是否仍在被 AWS 使用,或者我是否遗漏了“文档”中的任何内容?

4

1 回答 1

1

CodeDeploy 目前在eu-central-1. 有关最新列表,请参阅CodeDeploy 支持的区域。

如果您尝试在活动区域​​中使用安装脚本,例如eu-west-1它应该可以工作。

于 2015-09-21T17:41:14.343 回答