forked from bellwether/minerva
trying to get ebs volume right
This commit is contained in:
parent
9c117d6577
commit
153ab074dd
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class Machine:
|
||||||
'SubnetId': self.pier.subnet_id,
|
'SubnetId': self.pier.subnet_id,
|
||||||
'Groups': self.pier.groups,
|
'Groups': self.pier.groups,
|
||||||
'DeviceIndex': 0}],
|
'DeviceIndex': 0}],
|
||||||
BlockDeviceMappings = [{'DeviceName': '/dev/xvda',
|
BlockDeviceMappings = [{'DeviceName': '/dev/sda1',
|
||||||
'Ebs': {'VolumeSize': self.disk_size,
|
'Ebs': {'VolumeSize': self.disk_size,
|
||||||
'DeleteOnTermination': True}}],
|
'DeleteOnTermination': True}}],
|
||||||
IamInstanceProfile = iam
|
IamInstanceProfile = iam
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue