how to download server's data on AWS platform and save them on external desk

0

how to download server's data and save them on desk, can anybody help?

已提问 1 年前174 查看次数
1 回答
0

If you have SSH access to the EC2 you can just scp https://linuxize.com/post/how-to-use-scp-command-to-securely-transfer-files/

If you use SSM Session Manager you copy the files to S3 (cli command aws s3 sync or aws s3 cp), then download the files to your computer using the same command or using the console. You will need to give the EC2 an IAM role that allows the s3:PutObject API, or add ad S3 bucket policy that allows the s3:PutObject from the EC2. And you will need s3:GetObject permissions.

Hope it helps!

profile picture
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则