Created
April 26, 2018 07:57
-
-
Save ktechmidas/eb23b591802b30832c837ee3a27d51a4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(build-docker-containers-a_cTxfT_) [monotoko@homesys build-docker-containers]$ python awb.py build test 0 docker | |
['i-0354f4397c5f6166e'] | |
ImageId='ami-a414b9ca',InstanceType='t2.medium',KeyName='dl-korea',SubnetId='subnet-519ac339',MaxCount=1,MinCount=1 | |
> /home/monotoko/Documents/code/build-docker-containers/awb.py(41)main() | |
-> response = self.client.run_instances(base) | |
(Pdb) type(base) | |
<class 'str'> | |
(Pdb) print(base) | |
ImageId='ami-a414b9ca',InstanceType='t2.medium',KeyName='dl-korea',SubnetId='subnet-519ac339',MaxCount=1,MinCount=1 | |
(Pdb) response = self.client.run_instances(base) | |
*** TypeError: run_instances() only accepts keyword arguments. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment