Skip to content

Postgres instance type modify

0

Hi,

I would like to use an instance like db.t4g.medium for Postges 16, but currently the smallest I can go is with a db.m6g.large which is too large for my needs. How can I do that?

Thanks,

3 Answers
2

If you are doing this in the RDS console, you'll need to choose "Burstable classes (includes t classes)" to get the instance types in the t* families to show in the menu.

EXPERT
answered 2 years ago
AWS
EXPERT
reviewed 2 years ago
0
Accepted Answer

it's available for Deployment options - Single DB instance

Enter image description here

Enter image description here

Enter image description here

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
0

Hello,

According to this documentation, db.t4g.medium instance class must be available for all PostgreSQL 16, 15, 14, and 13 versions; and 12.7 and higher 12 versions, https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#burstable-inst-classes

I believe deployment options must be Single DB instance or Multi-AZ DB instance and not Multi-AZ DB Cluster.

EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.