Skip to content
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

Use gp3 AWS volumes instead of gp2 for better default IOPS capacity #763

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

kaaloo
Copy link
Contributor

@kaaloo kaaloo commented Oct 26, 2023

Simple change of hardcoded "gp2" volume type values to "gp3". As per the issue below, "gp3" volume types on AWS offer a much higher default IOPS capacity for smaller HDD sizes than "gp2".

Fixes: #761

@kaaloo kaaloo temporarily deployed to manual October 26, 2023 08:47 — with GitHub Actions Inactive
@kaaloo kaaloo temporarily deployed to automatic October 26, 2023 10:12 — with GitHub Actions Inactive
@kaaloo kaaloo temporarily deployed to automatic October 26, 2023 10:12 — with GitHub Actions Inactive
@kaaloo kaaloo temporarily deployed to automatic October 26, 2023 10:12 — with GitHub Actions Inactive
@kaaloo kaaloo requested a deployment to automatic October 28, 2023 03:54 — with GitHub Actions Abandoned
@kaaloo kaaloo requested a deployment to automatic October 28, 2023 03:54 — with GitHub Actions Abandoned
@kaaloo kaaloo requested a deployment to automatic October 28, 2023 03:54 — with GitHub Actions Abandoned
@0x2b3bfa0 0x2b3bfa0 merged commit 53cd393 into iterative:main Oct 31, 2023
8 of 9 checks passed
@kaaloo kaaloo deleted the use_gp3_aws_volumes branch November 5, 2023 16:33
@dacbd
Copy link
Contributor

dacbd commented Nov 7, 2023

@kaaloo Sorry this hasn't been released yet, starting that process now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gp2 volume type is hard coded
3 participants