This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# shell commands being automated. | |
# w | |
# aws ec2 stop-instances --instance-id INSTANCE_ID | |
# az vm deallocate --name NAME --resource-group RESOURCE_GROUP | |
""" | |
The script is the easy part, installing it into the unfriendly(imo) cron system and |