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

Specify type of EBS root volume#45

Open
sebhaub wants to merge 2 commits into
amplab:branch-1.6from
sebhaub:1.6-add-ebs-root-vol-type
Open

Specify type of EBS root volume#45
sebhaub wants to merge 2 commits into
amplab:branch-1.6from
sebhaub:1.6-add-ebs-root-vol-type

Conversation

@sebhaub

@sebhaub sebhaub commented Aug 16, 2016

Copy link
Copy Markdown

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.

1 participant