Modifying dismissed Amazon RDS recommendations to active recommendations
You can move one or more dismissed Amazon RDS recommendations to active recommendations using the Amazon RDS console, AWS CLI, or Amazon RDS API.
To move one or more dismissed recommendations to active recommendations
Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/
. -
In the navigation pane, perform any of the following:
-
Choose Recommendations.
The Recommendations page displays a list of recommendations sorted by the severity for all the resources in your account.
Choose Databases and then choose Recommendations for a resource in the databases page.
The Recommendations tab displays the recommendations and its details for the selected resource.
-
-
Choose one or more dismissed recommendations from the list and then choose Move to active.
A banner displays a successful or failure message when the moving the selected recommendations from dismissed to active status.
The following example shows the banner with the successful message.
The following example shows the banner with the failure message.
To change a dismissed RDS recommendation to active recommendation using the AWS CLI
-
Run the command
aws rds describe-db-recommendations --filters "Name=status,Values=dismissed"
.The output provides a list of recommendations in
dismissed
status. Find the
recommendationId
for the recommendation that you want to change the status from step 1.Run the command
>aws rds modify-db-recommendation --status active --recommendationId <ID>
with therecommendationId
from step 2 to change to active recommendation.
To change a dismissed RDS recommendation to active recommendation using the Amazon RDS API, use the ModifyDBRecommendation operation.