-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple EBS volume types & set default to less-expensive gp3 #77
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bridgecrew has found 1 infrastructure configuration error in this PR ⬇️
I think the "Auto Format" workflow failure is due to a configuration error or traffic-issue for your "cloudpossebot" @Gowiem. The repo it's getting a 403 from is publicly accessible: https://github.com/WorkingGroupLink/terraform-aws-ec2-bastion-server/
|
@mbijon happens sometimes. Mind pushing an empty commit? It will sometimes resolve itself --
Thanks! |
/test all |
…ws-ec2-bastion-server into volume-type
This Pull Request has been updated, so we're dismissing all reviews.
@Gowiem wouldn't it work better, faster if you cherry-picked my code into a local branch? If so, I pushed a cleaner branch without the merge commits to here. Just grab the 2 most-recent commit for the work that matters: https://github.com/WorkingGroupLink/terraform-aws-ec2-bastion-server/commits/mbijon/volume-type |
👋 I'm interested in this as well. Can this be merged any time soon please? Thanks for all the great work 🙇 |
/terratest |
Thanks @mbijon for creating this pull request! A maintainer will review your changes shortly. Please don't be discouraged if it takes a while. While you wait, make sure to review our contributor guidelines. Tip Need help or want to ask for a PR review to be expedited?Join us on Slack in the |
This is a minor change that could offer a very small cost-savings for bastion hosts. We would like to see it reflected upstream if possible.
If the change to a
gp3
default is concerning due to a large volume of TF updates, could the support for specifyingvolume_type
still be added so we can manually specifygp3
?NOTE: This change overlaps partly with #72.
master
what
gp2
to the newergp3
typegp2
,standard
or any other volume typeswhy
gp3
type now being set as default is both less expensive per-GB and more-performant for small volumesgp2
is neededgp2
orstandard
volume-types if requiredreferences