We have one instance at AWS today that runs Graphite. We also push all dat from our tests to S3. That's the only dependency we have. Let's move that instance to a server at Hetzner. There's a couple of things that needs to be done:
- setup a new server
- move current data to the new server (so we can keep the history)
- setup the new server to also serve the result from each test (HTML/video etc)
- configure firwalls to open for each server that push content (today that happens at AWS)
- setup so each server sends the data and metrics to the new server
- point our Grafana to the new instance
- update documentation