forked from bellwether/minerva
added support for determining instance costs
This commit is contained in:
parent
20ae647447
commit
c2bc9e1028
11 changed files with 1028 additions and 24 deletions
|
|
@ -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()}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue