This repository contains scripts to automatically capture data from AWS's spot instances via command line.
- Install AWS CLI
- In scripts folder, open
save_data.sh
, edit the path you want to save data and then run$ chmod +x save_data.sh && ./save_data.sh
- For plotting data, run
plot_images.py
. You need to have Python 3 installed and this will by default plot only Linux instances, for other instances you need to change it in the script; - For retrieving technical specifications for each instance, run
save_instance_types.sh
.
- You can check previously captured data in the
data/
folder; - Folder
figures/
contain visualizations for data fetched in May 29, 2021.