Getting this error You can't start a database activity stream in this configuration. (Service: AmazonRDS; Status Code: 400; Error Code: InvalidParameterCombination; Request ID: xxxxxx-xxxx-xxx-xxxx-xxxxxx; Proxy: null) while starting database activity stream for AWS Aurora PostgreSQL database. Error is thrown on clicking continue in the Start database activity stream menu.
How can I fix this?
"You can't start a database activity stream in this configuration error" while starting database activity stream
1.4k Views Asked by Jishnu At
2
There are 2 best solutions below
0
On
I found that for Aurora PostgreSQL database, the activity stream is supported only on r6g, r5, r4, and x2g instance classes.
For Aurora MySQL, the activity stream is supported on r6g, r5, r4, r3, and x2g instance classes.
I configured my DB with m2 instance class, when I changed that, I was able to start database activity stream.
More details can be found here: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.Overview.html
It sounds like you are setting some invalid parameters and/or parameter values. (Likely, some parameters are incompatible with others)
Can you confirm which settings / parameters you are using when trying this operation?
Suggestions: