从Google GCP访问AWS S3 [英] Accessing AWS S3 from within google GCP

查看:100
本文介绍了从Google GCP访问AWS S3的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们使用AWS进行了大部分云处理(并且现在仍在进行).但是,我们现在在GCP上也有一些信誉,并且希望使用并希望探索云提供商之间的互操作性.

We were doing most of our cloud processing (and still do) using AWS. However, we also now have some credits on GCP and would like to use and want to explore interoperability between the cloud providers.

我特别想知道是否可以在GCP中使用AWS S3.我不是在谈论数据迁移,而是在讨论是否有一些API可以使AWS S3在GCP中无缝运行.我们有大量数据和数据库托管在AWS S3上,并且希望保留所有内容,因为它仍在处理我们的大部分计算工作.

In particular, I was wondering if it is possible to use AWS S3 from within GCP. I am not talking about migrating the data but whether there is some API which will allow AWS S3 to work seamlessly from within GCP. We have a lot of data and databases that are hosted on AWS S3 and would prefer to keep everything there as it still does the bulk of our compute.

我想一种方法是将AWS密钥传输到GCP VM,然后使用 boto3 库从AWS S3下载内容,但我想知道GCP本身是否还提供其他一些功能?工具.

I guess one way would be to transfer the AWS keys to the GCP VM and then use the boto3 library to download content from AWS S3 but I was wondering if GCP, by itself, provides some other tools for this.

推荐答案

从AWS的角度来看,在GCP上运行的应用程序应在逻辑上作为本地计算环境出现.这意味着您应该能够利用可以从本地解决方案调用的AWS服务.GCP环境将具有与AWS的Internet连接,这应该是一个相当不错的链接.

From an AWS perspective, an application running on GCP should appear logically as an on-premises computing environment. This means that you should be able to leverage the services of AWS that can be invoked from an on-premises solution. The GCP environment will have Internet connectivity to AWS which should be a pretty decent link.

此外,还有一个迁移服务,该服务会将S3存储移至GCP GCS ...,但这与您的要求不同.

In addition, there is a migration service which will move S3 storage to GCP GCS ... but this is distinct from what you were asking.

另请参阅:

这篇关于从Google GCP访问AWS S3的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆