Skip to content

Commit dcb814c

Browse files
committed
amazon deprecating magnetic volumes
You are receiving this notification because you have one or more Amazon RDS databases on magnetic volumes. Amazon RDS will begin deprecating magnetic volumes starting May 1, 2026. We recommend that you upgrade your magnetic volume storage to the latest SSD based storage volumes (gp3 or io2) before April 29, 2026. After April 29, 2026, Amazon RDS will begin forced migration of magnetic storage volumes to gp3 storage volumes. In addition, the default setting for snapshot restores will be changed to gp3 by June 1, 2026. You will be able to override this default setting with your specific choice.
1 parent c819a42 commit dcb814c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf/environments/dev/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ module "oonipg" {
154154
# With 1GiB of ram you get ~112 connections:
155155
# 1074000000 / 9531392 = 112.68
156156
db_instance_class = "db.t3.micro" # 2GiB => ~224 max_connections
157-
db_storage_type = "standard"
157+
db_storage_type = "gp3"
158158
db_allocated_storage = "5"
159159
db_max_allocated_storage = null
160160

0 commit comments

Comments
 (0)