2回答
- 新しい順
- 投票が多い順
- コメントが多い順
7
Hello,
If your files are stored on an EBS volume, you can access them by attaching the volume to another running EC2 instance. Here’s a simple way to do it:
- Start another EC2 instance
- Attach the volume to the running EC2 instance via the AWS Console or CLI.
- Mount the volume inside the instance in a directory you create.
- Copy the files
- Once done, detach and delete the volume if no longer needed.
- You can then upload your files to S3 and download them on your local machine.
PS: Of course, if you can restart your current EC2 instance, you don’t need a new one and can directly upload your files to S3.
Hope it helps 😊
0
You can connect to your instance through any of the available FTP clients ( FileZilla, WinSCP etc) and download the files to your local machines through the FTP client's interface.
回答済み 2年前
関連するコンテンツ
質問済み 8年前
