Using Console
Using CLI
DBInstanceClass
attribute.
modify-db-instance
command. Replace your-db-instance-identifier
with the identifier of the RDS instance you want to modify and db.t3.medium
with the desired latest generation instance class:
DBInstanceClass
attribute:Using Python
'db.m5.large'
with the latest generation instance class that you want to update the RDS instances to.
update_rds_instance_classes.py
) and run it using Python: