skypilot-org / skypilot

SkyPilot: Run AI and batch jobs on any infra (Kubernetes or 12+ clouds). Get unified execution, cost savings, and high GPU availability via a simple interface.
https://skypilot.readthedocs.io
Apache License 2.0
6.82k stars 513 forks source link

[AWS] Disable additional auto update services for ubuntu image with cloud-init #4252

Closed Michaelvll closed 2 weeks ago

Michaelvll commented 2 weeks ago

Related to #4246

Master:

multitime -n 5 sky launch --cpus 2 --use-spot -y --region us-east-2 --down
===> multitime results
1: sky launch --cpus 2 --use-spot -y --region us-east-2 --down
            Mean        Std.Dev.    Min         Median      Max
real        44.757      2.256       42.070      44.111      48.014      
user        4.977       0.757       4.574       4.605       6.490       
sys         0.482       0.053       0.442       0.454       0.585   

Current:

===> multitime results
1: sky launch --cpus 2 --use-spot -y --region us-east-2 --down
            Mean        Std.Dev.    Min         Median      Max
real        46.844      2.892       43.189      46.732      51.460      
user        4.856       0.579       4.508       4.587       6.013       
sys         0.511       0.070       0.437       0.496       0.645    

Tested (run the relevant ones):