mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Remove ec2 default instance type
This commit is contained in:
parent
07e4c97c09
commit
b33577a023
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class AmazonMachineImage(Image):
|
||||||
del self.ami
|
del self.ami
|
||||||
|
|
||||||
@contextmanager
|
@contextmanager
|
||||||
def get_instance(self, instance_type='t1.micro'):
|
def get_instance(self, instance_type):
|
||||||
from ..instances.ec2 import boot_image
|
from ..instances.ec2 import boot_image
|
||||||
name = 'bootstrap-vz test instance'
|
name = 'bootstrap-vz test instance'
|
||||||
with boot_image(name, self.ami, instance_type) as instance:
|
with boot_image(name, self.ami, instance_type) as instance:
|
||||||
|
|
Loading…
Add table
Reference in a new issue