2 Answers
- Newest
- Most votes
- Most comments
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.
answered 2 years ago
Relevant content
asked 4 years ago
asked 9 years ago
- AWS OFFICIALUpdated 5 months ago
