I want to test my Python library in GPU machine once a day. I decided to use AWS EC2 for testing. However, the fee of gpu machine is very high, so I want to stop the instance after the test ends. Thus, I want to do the following once a day automatically
- Start EC2 instance (which is setup manually)
- Execute command (test -> push logs to S3)
- Stop EC2 (not remove)
How to do this?
Aucun commentaire:
Enregistrer un commentaire