dirkpetersen / froster

Froster is a user-friendly archiving tool for teams that move data between Posix file systems and S3 like object storage systems such as AWS Glacier
Apache License 2.0
17 stars 1 forks source link

allow restore to new ec2 instance to avoid egress #9

Closed dirkpetersen closed 1 year ago

dirkpetersen commented 1 year ago

if I use froster restore --ec2 or froster mount --ec2 respectively froster should create a new miniconda image in ec2 that has enough ephemeral (local) disk to conduct a restore, froster should be launched with as many vcpus as the ec2 instance has

dirkpetersen commented 1 year ago

done