Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

aws: gp2 volume type for root device #1416

Merged
merged 1 commit into from
May 12, 2016

Conversation

ryane
Copy link
Contributor

@ryane ryane commented May 4, 2016

  • Installs cleanly on a fresh build of most recent master branch
  • Upgrades cleanly from the most recent release
  • Updates documentation relevant to the changes n/a

  • updated the aws terraform instance root volumes to use the gp2 type by
    default
  • configurable for root and attached volumes
  • however, without manual configuration, the options are effectively limited to standard and gp2 due to terraform limitations. The io1 requires specifying iops on each volume but that setting is not compatible with the other types and cannot currently be conditionally included. If you want to set io1, you will also need to update terraform/aws/instance/main.tf to specify the iops attribute on the specific volume(s).
  • I did not update the legacy terraform/aws/aws.tf terraform with this option.

* updated the aws terraform instance root volumes to use the gp2 type by
  default
* configurable for root and attached volumes
* however, without manual configuration, the options are effectively
  limited to `standard` and `gp2` due to terraform limitations. The
  `io1` requires specifying `iops` on each volume but that setting is
  not compatible with the other types and cannot currently be
  conditionally included. If you want to set `io1`, you will also need
  to update `terraform/aws/instance/main.tf` to specify the `iops`
  attribute on the specific volume(s).
@ryane
Copy link
Contributor Author

ryane commented May 4, 2016

Fixes #1414

@ryane
Copy link
Contributor Author

ryane commented May 9, 2016

aws build failed due to quota.

@stevendborrelli
Copy link
Contributor

@ryan are we good to merge this one?

@ryane
Copy link
Contributor Author

ryane commented May 12, 2016

I've been using it successfully on aws. as long as it looks good to you, it can be merged

@stevendborrelli stevendborrelli added this to the 1.1 milestone May 12, 2016
@stevendborrelli stevendborrelli merged commit f93eda0 into master May 12, 2016
@stevendborrelli stevendborrelli deleted the feature/aws-volume-types branch May 12, 2016 21:27
ryane added a commit that referenced this pull request May 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants