Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Specify type of EBS root volume #45

Open
wants to merge 2 commits into
base: branch-1.6
Choose a base branch
from

Conversation

sebhaub
Copy link

@sebhaub sebhaub commented Aug 16, 2016

It seems like the ami EBS type is set to 'standard' which is a previous generation HDD.
This type of EBS Volume costs money for I/O and in that case is kind of hard to estimate.

I think it makes sense to change the default EBS type to "gp2" since this is also the default type when launching instances from web console.

This PR changes the default ebs-vol-type for root and additional volumes from 'standard' to 'gp2' which is the api name for "general purpose ssd".

an additional script parameter ebs-root-vol-type is introduced to overwrite the type.
see also: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html

set default type to 'gp2'
add ebs-root-vol-type parameter to overwrite
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant