Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How to connect to the container to download the world backup? #12

Closed
vitorfranca opened this issue Feb 28, 2021 · 3 comments
Closed

Comments

@vitorfranca
Copy link

No description provided.

@rileydakota
Copy link
Owner

Hi there @vitorfranca - thanks for using the solution! I would recommend using AWS Transfer Family - there is a discussion of getting this working in the issue here: #1 (comment)

See also : https://aws.amazon.com/blogs/aws/new-aws-transfer-family-support-for-amazon-elastic-file-system/

AWS Transfer Family would essentially give you a way to connect to the EFS Volume where the mapfile is stored via SFTP and not need to launch an EC2 Instance. Just don't forget to delete the Transfer Family Server, as it is a bit expensive (0.30/hr) but not a huge deal provided you shut it off.

@vitorfranca
Copy link
Author

Hey @rileydakota, thanks for the super quick answer!

I was able to do it.
I think the easiest way is to create an EC2 instance and mount the server's EFS and scp from my computer to the instance.

and that did it!

@blysik
Copy link

blysik commented Mar 15, 2021

Hey @rileydakota, thanks for the super quick answer!

I was able to do it.
I think the easiest way is to create an EC2 instance and mount the server's EFS and scp from my computer to the instance.

and that did it!

Howdy @vitorfranca ! Any chance you could do a quick writeup of how you did this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants