Commit e862e774 by Feanil Patel

Update the settings for the root disk for abbey.

Use SSD backed EBS instead of standard.
Delete the volume upon abbey termination.
parent 2aa694e7
......@@ -380,7 +380,8 @@ rm -rf $base_dir
secure_vars_file=secure_vars_file,
cache_id=args.cache_id)
mapping = BlockDeviceMapping()
mapping = BlockDeviceMapping(delete_on_termination=True,
volume_type='gp2')
root_vol = BlockDeviceType(size=args.root_vol_size)
mapping['/dev/sda1'] = root_vol
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment