简体   繁体   English

如何将 S3 存储桶挂载到 ecs fargate 容器

[英]How to mount S3 bucket to ecs fargate container

I have an aws ecs fargate cluster.我有一个aws ecs fargate集群。 it is a ecs-fargate cluster not an ecs-ec2 cluster.它是一个 ecs-fargate 集群,而不是一个 ecs-ec2 集群。 And I am running some containers where I need to mount a volume.我正在运行一些需要安装卷的容器。 Is it possible to mount an s3 bucket to this fargate container?是否可以将s3存储桶安装到这个 fargate 容器?

If so, how can I do that?如果是这样,我该怎么做?

If not, what are the other options I can follow?如果没有,我可以遵循哪些其他选择? I want to preserve these data for later use (for disaster recovery and also for later access)我想保留这些数据以供以后使用(用于灾难恢复和以后访问)

As mentioned in the comments, mounting S3 is a bad idea, and it won't work in your Fargate containers anyway.正如评论中提到的,挂载 S3 是个坏主意,而且无论如何它都不会在您的 Fargate 容器中工作。 Currently the only option for mounting external volumes in Fargate is to use Amazon EFS .目前,在 Fargate 中挂载外部卷的唯一选择是使用Amazon EFS

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ECS Fargate 任务无法写入同一账户中的 S3 存储桶 - ECS Fargate task unabke to write to an S3 bucket in the same account 如何将在 Fargate 上运行的 Docker 容器中的文件上传到 S3 存储桶? - How to upload a file from a Docker container that runs on Fargate to S3 bucket? 如何将带有必要策略的S3存储桶中的SSL证书下载到在我的FARGATE容器上运行的Gradle应用程序 - How to download SSL certificates from a S3 bucket with necessary policies to a Gradle application running on my FARGATE container 如何将S3存储桶安装到StarCluster - How to mount S3 bucket to StarCluster 如何将 S3 存储桶挂载为本地文件系统? - How to mount S3 bucket as local FileSystem? 从 ECS 容器内部访问的 S3 存储桶策略 - S3 bucket policy for the access from inside of ECS container 如何使用AWS CloudFormation模板将AWS S3存储桶映射到AWS ECS上的容器? - How to map an AWS S3 Bucket into a container on AWS ECS with AWS CloudFormation template? 如何使用 IAM 角色通过 aws sdk (java) 从 ECS 容器调用 s3 存储桶 - How to call s3 bucket from ECS container via aws sdk (java) by using IAM role 如何增加 ECS FARGATE 容器存储 - How to Increase ECS FARGATE Container Storage 无法将 EFS 挂载到 Fargate 上的 ECS - Unable to mount EFS to ECS on fargate
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM