Skip to content

Enhance networking by using S3 buckets #56

@oliverlloyd

Description

@oliverlloyd

Right now code and files are sent up and down between the computer running the script and each instance. This can create a lot of traffic when the volume of instances increases and doesn't scale well because upload speeds tend to be slow from people's PCs.

A better solution would be to use an S3 bucket. Files could be uploaded there once and then the instances told to read from that location.

In the same way results could be written to this location and the client given a url to the file but this would mean it would not be possible to concatenate and sort the files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions