您是否想知道是否有人可以通过使用/运行来自非AWS Linux Server B的命令将文件从非AWS Linux Server A传输到AWS S3存储桶位置?是否可以避免进行两跳?未来的计划是使服务器B上的过程自动化。
新信息: 我可以从ServerA将文件上传到S3,例如: AWS s3同步/ path / files s3:// bucket / folder 但是不确定如何从其他Linux服务器(ServerB)运行/执行它吗?
答案 0 :(得分:0)
从支持 aws cli 和 aws s3 同步命令(Linux 或其他)的任何服务器使用 aws s3 sync
命令有几个步骤
文档:https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html#id_users_create_console
可用于以下用途的说明:
文档:https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html
例如aws configure
文档:https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html
文档:https://docs.aws.amazon.com/AmazonS3/latest/gsg/CreatingABucket.html
aws s3 sync
命令例如aws s3 sync myfile s3://mybucket
文档:https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/sync.html#examples