简体   繁体   English

使用 Fargate 使用 AWS ECS 任务从 SFTP 服务器并行获取文件

[英]Fetch files parallelly from an SFTP server using AWS ECS tasks using Fargate

I want to write a lambda that:我想写一个 lambda :

  • connect to an SFTP server连接到 SFTP 服务器
  • creates an ECS instance that spins parallel fargate tasks创建一个旋转并行 fargate 任务的 ECS 实例
  • fargate task to copy each file into an aws s3 location. fargate 任务将每个文件复制到 aws s3 位置。

these are the steps...这些是步骤...

Do you have a reason to use lambda function to spin ECS task?你有理由使用 lambda function 来旋转 ECS 任务吗?

Can you not use lambda function to write files directly to S3 bucket.能不能不用lambda function直接把文件写到S3 bucket。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM