added support for determining instance costs

This commit is contained in:
Ari Brown 2024-05-17 16:47:37 -04:00
parent 20ae647447
commit c2bc9e1028
11 changed files with 1028 additions and 24 deletions

View file

@ -25,7 +25,8 @@ mach.login()
print("*******")
print(repr(mach.cmd("echo 'hello world'").stdout))
print("*******")
print(mach.cmd("echo 'I am machine $number of type $type'"))
print(mach.cmd("echo I am machine $number of type $type"))
print("*******")
mach.terminate()
print(f"{mach.info['InstanceId']}: ${mach.cost()}")