matsim-org / matsim-code-examples

A repository containing code examples around MATSim
GNU General Public License v3.0
84 stars 179 forks source link

MATSim over AWS/Azure #1059

Open ssilveram opened 10 months ago

ssilveram commented 10 months ago

Hi!

Due to the high requirements of RAM I'm thinkin in create an instance on AWS/Azure to run my final project in MATSim. It's possible to run MATSim in a Linux/Windows instance on AWS? Any experience about it?

Thanks a lot!

Janekdererste commented 10 months ago

It certainly should be possible to run MATSim on an AWS instance. I know that @mrieser provides this as a service. I don't have personal experience running such a workload in the cloud, but would be interested in your experience once you have done it. Maybe you could share it here? I would be especially interested in which AWS-Services you ended up using.

jfbischoff commented 10 months ago

We run most of our large-scale simulations using AWS EC2. Typically we us r5.8xlarge instances and copy what we need for a simulation from an S3 bucket.

If you have just a couple of simulations, then one could easily set this all up by hand and freeze the instance while not in use.