Open
Description
When using Port 7777 on an RDS cluster with multiple instances the output looks something like this:
Listing databases.
Which database would you like to connect to?
[1] some-service-databaseinstance1-azznqqajdhkm
[2] some-service-databaseinstance2-cqtwprntcl09
but based on this names I don't know which of the 2 is a reader or a writer. When making changes I obviously need a writer and while just doing some queries I prefer using a reader instance. Currently I always need to login to AWS to see which one I need. It would be very nice to see the role of the instance in this selection, perhaps like this:
Listing databases.
Which database would you like to connect to?
[1] some-service-databaseinstance1-azznoqajd0km (Writer instance)
[2] some-service-databaseinstance2-cqtwprbtdl09 (Reader instance)
While writing this, maybe also add the instance size to it as well:
Listing databases.
Which database would you like to connect to?
[1] some-service-databaseinstance1-azznoqajd0km (Writer instance / Serverless v2 (0.5 - 16 ACUs))
[2] some-service-databaseinstance2-cqtwprbtdl09 (Reader instance / tg4.medium)
What do you think?
Metadata
Metadata
Assignees
Labels
No labels