Skip to content

Has anyone use S3fs to make an S3 bucket a mount point on a EC2 instance for Velociraptor #2749

Answered by scudette
dgilmore82 asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not sure this will work well. Velociraptor writes by appending to files all the time and as far as I know an S3 object can not be appended to once finalized.

We have the S3 backups artifacts that automatically upload collections to S3 once completed and that's how most people implement that architecture (push to timesketch via S3). But I don't think having velociraptor use S3 for storage directly is going to work well.

Additionally, at scale we really need fast storage so velociraptor can store data coming from clients quickly so it can serve more clients. S3 is not going to be fast enough. We can use efs which is also slow and we have a lot of tricks to get performance up with efs so…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@dgilmore82
Comment options

@scudette
Comment options

@dgilmore82
Comment options

Answer selected by dgilmore82
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants