AWS CLI fails to find a newly created db parameter group #8489
Labels
bug
This issue is a bug.
p3
This is a minor priority issue
rds
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
After creating a db parameter group, aws cli fails to find it.
When running the command
aws rds describe-db-parameter-groups
it shows the old list of parameter groups (the new one doesn't show up.When running
aws rds describe-db-parameter-groups --db-parameter-group-name <my_parameter_group_name>
the command throws the error:An error occurred (DBParameterGroupNotFound) when calling the DescribeDBParameterGroups operation: DBParameterGroup not found: <my_parameter_group_name>
I waited multiple minutes, and still not working.
How long does it take for aws cli to recognize the new parameter group created? Is there a way to speed up this process, to make it refresh quicker?
thanks!
Expected Behavior
aws cli should be able to find the newly created parameter group right away. I can see it in the AWS Portal, but aws cli cannot find it.
Current Behavior
aws cli cannot find a newly created db parameter group
Reproduction Steps
aws rds describe-db-parameter-groups
and notice the new db parameter group is not there.aws rds describe-db-parameter-groups --db-parameter-group-name <my_parameter_group_name>
and you will receive an error DBParameterGroupNotFoundPossible Solution
No response
Additional Information/Context
No response
CLI version used
aws-cli/2.15.12 Python/3.11.7 Darwin/23.2.0 source/arm64 prompt/off
Environment details (OS name and version, etc.)
MacOS (Darwin)
The text was updated successfully, but these errors were encountered: