连接AWS服务的镜像库

发布于 2025-01-10 19:45:16 字数 313 浏览 0 评论 0原文

我想设置 aws 凭证来连接 AWS 服务。问题是,我有一个应用程序,该应用程序尝试访问S3存储桶。那么如果我们想连接到服务,我们需要设置 aws configure 对吗?

因为我使用的 s3 存储桶需要令牌才能访问,并且它每 1 小时就会过期。因此,我使用 AWS 访问密钥和秘密访问密钥来生成令牌。然而,这不是问题,因为我已经有一个提交作业来启动容器

我想做的是创建一个具有aws凭证的图像库,之后是想要连接到的应用程序aws 服务可以使用该图像库,并且可以访问 aws 服务,

但我不知道如何使其成为可能。你能帮我给我一些建议吗

I want to set up the aws credential to connect the AWS Services. The problem is, I have an application, this appication try to access to the S3 bucket. So if we want to connect to the services, we need to setup the aws configure right?

Because the s3 bucket I'm using need the token to access and it will expired every 1 hour. So I'm using the AWS Access Key and Secret Access Key to generate the token. However, its not the problem because I already had an submit job to spin up the container

What I want to do is create an image base having the aws credential, after that the application which want to connect to the aws services can use that image base and it will available access to aws services

But I don't have any idea how I can make it possible. Can you help me to give me some advice

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

静若繁花 2025-01-17 19:45:16

我想要做的是创建一个具有 aws 凭证的映像库...

如果您将 AWS 凭证保存在映像中,则可能会泄漏它。这绝对是不行。有很多方法可以动态传递凭证,这里有一个很好的 SO 问题 讨论该主题,包括最简单的用例,例如使用环境变量。

What I want to do is create an image base having the aws credential...

You could leak your AWS credential if you saved it in the image. This is definitely a no go. There are many ways to pass credential on-the-fly, here's a good SO question discussing the subject, including the simplest use case like using environment variables.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文