azavea / azavea/echo-locator

Migrate to gp3 rds storage type

Open Beginner friendly
#830 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
2
Forks
5
PR merge metrics
No merged PRs in 30d

Description

We are currently using gp2, switching to gp3 will save money and improve performance

```
variable "rds_storage_type" {
default = "gp2"
type = string
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Search the Terraform configuration for the rds_storage_type variable and the RDS resource that consumes it; inspect the surrounding storage settings before making the change. Update the default from gp2 to gp3, then run the repository's Terraform validation or plan workflow and confirm the plan reflects only the intended storage migration.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, terraform
Domain
cloud, databases, infrastructure
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.