使用EC2Rescue,但是无法上传数据到支持的URL。

0

【以下的问题经过翻译处理】 我运行了EC2Rescue for Linux(EC2RL),从服务获得了结果。 我阅读了有关EC2Rescue for Linux的文档,因此尝试上传数据到支持URL。 但是,我无法工作,因为看到了错误消息。

Traceback (most recent call last): File "/home/ec2-user/ec2rl-1.1.5/ec2rl.py", line 124, in <module> if main(): File "/home/ec2-user/ec2rl-1.1.5/ec2rl.py", line 106, in main return ec2rl() File "/home/ec2-user/ec2rl-1.1.5/ec2rlcore/main.py", line 637, in call return getattr(self, subcommand)() File "/home/ec2-user/ec2rl-1.1.5/ec2rlcore/main.py", line 724, in upload presigned_url = ec2rlcore.s3upload.get_presigned_url(self.options.global_args["supporturl"], tgz_filename) File "/home/ec2-user/ec2rl-1.1.5/ec2rlcore/s3upload.py", line 114, in get_presigned_url uploader_url = urllib_urlopen(the_request).geturl() File "/usr/lib64/python2.7/urllib2.py", line 154, in urlopen return opener.open(url, data, timeout) File "/usr/lib64/python2.7/urllib2.py", line 421, in open protocol = req.get_type() File "/usr/lib64/python2.7/urllib2.py", line 283, in get_type raise ValueError, "unknown url type: %s" % self.__original ValueError: unknown url type: URLProvidedByAWSSupport

我直到现在我还不能理解错误信息。

我的问题是:

什么是“URLProvidedByAWSSupport”?我认为这个词的意思是支持中心的支持案例。是这样吗?

如果“URLProvidedByAWSSupport”不是支持中心,我该怎么上传EC2Regue for Linux?

profile picture
专家
已提问 5 个月前9 查看次数
1 回答
0

【以下的回答经过翻译处理】 如果你已经有一个AWS支持案例,则AWS支持工程师将提供支持网址。如果你没有任何案例,则不会使用该网址。 你是在尝试修复EC2实例吗?如果是的话,能否详细说明你想做什么,或许有人能够协助你。

profile picture
专家
已回答 5 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则