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

feat: Add standardized instance sizing in AWS #172

Merged
merged 6 commits into from
Feb 8, 2024
Merged

feat: Add standardized instance sizing in AWS #172

merged 6 commits into from
Feb 8, 2024

Conversation

gls4
Copy link
Contributor

@gls4 gls4 commented Jan 30, 2024

This PR continues work done by @kimjyhello to enable standardization of resource sizes across EKS node, RDS instance, and Elasticache node types.

George Scott and others added 2 commits January 30, 2024 15:26
* feat: Add support for t-shirt-sized deployments

* Remove duplicates

---------

Co-authored-by: Veronica JungYeon Kim <veronica@wandb.com>
@gls4 gls4 requested a review from a team January 30, 2024 22:19
@jsbroks
Copy link
Member

jsbroks commented Feb 5, 2024

should probably run this through the tf formatter

@gls4 gls4 changed the title feat: Add standardized instance sizing feat: Add standardized instance sizing in AWS Feb 7, 2024
@gls4 gls4 merged commit e6b4ab7 into main Feb 8, 2024
5 checks passed
@gls4 gls4 deleted the t-shirt branch February 8, 2024 22:40
jsbroks pushed a commit that referenced this pull request Feb 8, 2024
## [4.3.0](v4.2.0...v4.3.0) (2024-02-08)

### Features

* Add standardized instance sizing in AWS ([#172](#172)) ([e6b4ab7](e6b4ab7)), closes [#171](#171)
@jsbroks
Copy link
Member

jsbroks commented Feb 8, 2024

This PR is included in version 4.3.0 🎉

zacharyblasczyk pushed a commit that referenced this pull request Feb 15, 2024
* Veronica/tshirt deployment (#171)

* feat: Add support for t-shirt-sized deployments

* Remove duplicates

---------

Co-authored-by: Veronica JungYeon Kim <veronica@wandb.com>

* changes

* test

* terraform fmt

* touchups

* a bit o polish

---------

Co-authored-by: Veronica JungYeon Kim <veronica@wandb.com>
zacharyblasczyk pushed a commit that referenced this pull request Feb 15, 2024
## [4.3.0](v4.2.0...v4.3.0) (2024-02-08)

### Features

* Add standardized instance sizing in AWS ([#172](#172)) ([e6b4ab7](e6b4ab7)), closes [#171](#171)
@@ -26,12 +26,27 @@ output "database_password" {
sensitive = true
value = module.database.password
}

output "database_instance_type" {
value = local.deployment_size[var.size].db
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these need a try

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.

4 participants