Score:1

Find which RDS is using a certain parameter group?

za flag

How can I find which RDS database (if any) is using a certain parameter group?

Clicking through each DB to check that is not a solution. There's too many DBs in the organization.

Tim avatar
gp flag
Tim
There might be a way using the API. Or if you delete it maybe it'll tell you? In future tagging can help, if people use it, if that's a resource that can be tagged.
Score:1
la flag

You can query each instance to check what Parameter Groups it's using. The PG itself won't tell you.

try doing a aws rds describe-db-instances --query DBInstances[].[DBInstanceIdentifier,DBParameterGroups] to get a full listing. If you have too many instances you'll likely need to page the calls.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.